Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/Transforms/Utils/
DLocal.cpp456 WeakVH PhiIt = &BB->front(); in RemovePredecessorAndSimplify() local
457 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()