Lines Matching refs:addIncoming
126 Phi->addIncoming(&*PhiOps[i++], Pred); in getPreviousDefRecursive()
402 MPhi->addIncoming(getPreviousDefFromEnd(Pred, CachedPreviousDef), Pred); in insertDef()
655 NewMPhi->addIncoming(IV, IBB); in updatePhisWhenInsertingUniqueBackedgeBlock()
672 MPhi->addIncoming(NewMPhi, BEBlock); in updatePhisWhenInsertingUniqueBackedgeBlock()
718 NewPhi->addIncoming(IncMUD, IncBB); in updateForClonedLoop()
722 NewPhi->addIncoming(NewDefPhi, IncBB); in updateForClonedLoop()
724 NewPhi->addIncoming(IncPhi, IncBB); in updateForClonedLoop()
1031 NewPhi->addIncoming(LastDefForPred, Pred); in applyInsertUpdates()
1062 NewPhi->addIncoming(LastDefForPred, Pred); in applyInsertUpdates()
1066 NewPhi->addIncoming(DefP1, Pred); in applyInsertUpdates()
1117 IDFPhi->addIncoming(GetLastDef(Pi), Pi); in applyInsertUpdates()
1288 NewPhi->addIncoming(MA, B); in wireOldPredecessorsToNewImmediatePredecessor()
1295 Phi->addIncoming(NewPhi, New); in wireOldPredecessorsToNewImmediatePredecessor()