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

/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp424 WeakVH PhiIt = &BB->front(); local
425 while (PHINode *PN = dyn_cast<PHINode>(PhiIt)) {
426 PhiIt = &*++BasicBlock::iterator(cast<Instruction>(PhiIt));
427 Value *OldPhiIt = PhiIt;
435 if (PhiIt != OldPhiIt) PhiIt = &BB->front();

Completed in 641 milliseconds