Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLocal.cpp399 WeakVH PhiIt = &BB->front(); in RemovePredecessorAndSimplify() local
400 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()
/external/llvm/lib/Transforms/Utils/
DLocal.cpp547 WeakVH PhiIt = &BB->front(); in RemovePredecessorAndSimplify() local
548 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()