Searched refs:PhiArg (Results 1 – 1 of 1) sorted by relevance
235 Value *PhiArg = handleLoopCondition(Incoming, Broken, L); in handleLoopCondition() local236 NewPhi->addIncoming(PhiArg, From); in handleLoopCondition()257 Value *PhiArg = CallInst::Create(Break, Broken, "", Insert); in handleLoopCondition() local258 NewPhi->setIncomingValue(i, PhiArg); in handleLoopCondition()