Lines Matching refs:addIncoming
119 Phi->addIncoming(&*PhiOps[i++], Pred); in getPreviousDefRecursive()
399 MPhi->addIncoming(getPreviousDefFromEnd(Pred, CachedPreviousDef), Pred); in insertDef()
652 NewMPhi->addIncoming(IV, IBB); in updatePhisWhenInsertingUniqueBackedgeBlock()
669 MPhi->addIncoming(NewMPhi, BEBlock); in updatePhisWhenInsertingUniqueBackedgeBlock()
715 NewPhi->addIncoming(IncMUD, IncBB); in updateForClonedLoop()
719 NewPhi->addIncoming(NewDefPhi, IncBB); in updateForClonedLoop()
721 NewPhi->addIncoming(IncPhi, IncBB); in updateForClonedLoop()
1040 NewPhi->addIncoming(LastDefForPred, Pred); in applyInsertUpdates()
1071 NewPhi->addIncoming(LastDefForPred, Pred); in applyInsertUpdates()
1075 NewPhi->addIncoming(DefP1, Pred); in applyInsertUpdates()
1126 IDFPhi->addIncoming(GetLastDef(Pi), Pi); in applyInsertUpdates()
1293 NewPhi->addIncoming(MA, B); in wireOldPredecessorsToNewImmediatePredecessor()
1300 Phi->addIncoming(NewPhi, New); in wireOldPredecessorsToNewImmediatePredecessor()