Searched refs:PhiIt (Results 1 – 1 of 1) sorted by relevance
456 WeakVH PhiIt = &BB->front(); in RemovePredecessorAndSimplify() local457 while (PHINode *PN = dyn_cast<PHINode>(PhiIt)) { in RemovePredecessorAndSimplify()458 PhiIt = &*++BasicBlock::iterator(cast<Instruction>(PhiIt)); in RemovePredecessorAndSimplify()459 Value *OldPhiIt = PhiIt; in RemovePredecessorAndSimplify()467 if (PhiIt != OldPhiIt) PhiIt = &BB->front(); in RemovePredecessorAndSimplify()