Home | History | Annotate | Download | only in compiler

Lines Matching full:nodes

79   // a constant). Note that there may be more Phi nodes hanging off the Merge,
81 // EffectPhi nodes whose uses have either the IfTrue or IfFalse as control
103 // The resulting graph (modulo the Phi and EffectPhi nodes) looks like this:
133 // Check/collect other Phi/EffectPhi nodes hanging off the Merge.
137 // We cannot currently deal with non-Phi/EffectPhi nodes hanging off the
138 // Merge. Ideally, we would just clone the nodes (and everything that
143 // Right now we can only handle Phi/EffectPhi nodes whose uses are
146 // TODO(turbofan): Generalize this to all Phi/EffectPhi nodes using
147 // dominance/post-dominance on the sea of nodes.
194 // Fix up IfTrue and IfFalse and kill all dead nodes.