Searched refs:PhiIt (Results 1 – 3 of 3) sorted by relevance
399 WeakVH PhiIt = &BB->front(); in RemovePredecessorAndSimplify() local400 while (PHINode *PN = dyn_cast<PHINode>(PhiIt)) { in RemovePredecessorAndSimplify()401 PhiIt = &*++BasicBlock::iterator(cast<Instruction>(PhiIt)); in RemovePredecessorAndSimplify()410 Value *OldPhiIt = PhiIt; in RemovePredecessorAndSimplify()416 if (PhiIt != OldPhiIt) PhiIt = &BB->front(); in RemovePredecessorAndSimplify()
547 WeakVH PhiIt = &BB->front(); in RemovePredecessorAndSimplify() local548 while (PHINode *PN = dyn_cast<PHINode>(PhiIt)) { in RemovePredecessorAndSimplify()549 PhiIt = &*++BasicBlock::iterator(cast<Instruction>(PhiIt)); in RemovePredecessorAndSimplify()550 Value *OldPhiIt = PhiIt; in RemovePredecessorAndSimplify()558 if (PhiIt != OldPhiIt) PhiIt = &BB->front(); in RemovePredecessorAndSimplify()
639 WeakTrackingVH PhiIt = &BB->front(); in RemovePredecessorAndSimplify() local640 while (PHINode *PN = dyn_cast<PHINode>(PhiIt)) { in RemovePredecessorAndSimplify()641 PhiIt = &*++BasicBlock::iterator(cast<Instruction>(PhiIt)); in RemovePredecessorAndSimplify()642 Value *OldPhiIt = PhiIt; in RemovePredecessorAndSimplify()650 if (PhiIt != OldPhiIt) PhiIt = &BB->front(); in RemovePredecessorAndSimplify()