Home
last modified time | relevance | path

Searched refs:PhiIt (Results 1 – 1 of 1) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp471 WeakVH PhiIt = &BB->front(); in RemovePredecessorAndSimplify() local
472 while (PHINode *PN = dyn_cast<PHINode>(PhiIt)) { in RemovePredecessorAndSimplify()
473 PhiIt = &*++BasicBlock::iterator(cast<Instruction>(PhiIt)); in RemovePredecessorAndSimplify()
474 Value *OldPhiIt = PhiIt; in RemovePredecessorAndSimplify()
482 if (PhiIt != OldPhiIt) PhiIt = &BB->front(); in RemovePredecessorAndSimplify()