Lines Matching defs:nodes
465 // a constant). Note that there may be more Phi nodes hanging off the Merge,
467 // EffectPhi nodes whose uses have either the IfTrue or IfFalse as control
489 // The resulting graph (modulo the Phi and EffectPhi nodes) looks like this:
522 // Check/collect other Phi/EffectPhi nodes hanging off the Merge.
526 // We cannot currently deal with non-Phi/EffectPhi nodes hanging off the
527 // Merge. Ideally, we would just clone the nodes (and everything that
532 // Right now we can only handle Phi/EffectPhi nodes whose uses are
600 // Fix up IfTrue and IfFalse and kill all dead nodes.
871 // nodes inside the region (i.e. ignore the absence of kNoWrite on
884 // Special treatment for checkpoint nodes.
901 // The IfSuccess nodes should always start a basic block (and basic block
902 // start nodes are not handled in the ProcessNode method).
5289 AdaptOverloadedFastCallResult nodes = AdaptOverloadedFastCallArgument(
5291 inputs[i + kFastTargetAddressInputCount] = nodes.argument;
5295 inputs[kFastTargetAddressInputIndex] = nodes.target_address;