Home | History | Annotate | Download | only in Instrumentation

Lines Matching defs:Phi

1633     PHINode *Phi = IRB.CreatePHI(IntptrTy, 2);
1634 Phi->addIncoming(OrigStackBase, CmpBlock);
1635 Phi->addIncoming(LocalStackBase, SetBlock);
1636 LocalStackBase = Phi;
1781 // Allow self-referencing phi-nodes.