reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
654 while (PHINode *PN = dyn_cast<PHINode>(PhiIt)) { 655 PhiIt = &*++BasicBlock::iterator(cast<Instruction>(PhiIt)); 655 PhiIt = &*++BasicBlock::iterator(cast<Instruction>(PhiIt)); 656 Value *OldPhiIt = PhiIt; 664 if (PhiIt != OldPhiIt) PhiIt = &BB->front(); 664 if (PhiIt != OldPhiIt) PhiIt = &BB->front();