reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
102 if (!HasValueForBlock(BB)) 103 return GetValueAtEndOfBlock(BB); 113 if (PHINode *SomePhi = dyn_cast<PHINode>(BB->begin())) { 127 for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI) { 127 for (pred_iterator PI = pred_begin(BB), E = pred_end(BB); PI != E; ++PI) { 151 if (isa<PHINode>(BB->begin())) { 154 for (PHINode &SomePHI : BB->phis()) { 162 ProtoName, &BB->front()); 171 SimplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) { 178 if (const Instruction *I = BB->getFirstNonPHI())