C++: Flow out of phi inputs to the phi node.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-05-22 14:05:29 +01:00
parent e04c75df24
commit 3e53f3bd13

View File

@@ -2232,6 +2232,9 @@ private module Cached {
// Def-use/Use-use flow
Ssa::ssaFlow(nodeFrom, nodeTo)
or
// Phi input -> Phi
nodeFrom.(SsaPhiInputNode).getPhiNode() = nodeTo.(SsaPhiNode).getPhiNode()
or
IteratorFlow::localFlowStep(nodeFrom, nodeTo)
or
// Operand -> Instruction flow