reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
143 if (!I) 150 if (!I->getParent() || !P->getParent() || !I->getFunction()) 150 if (!I->getParent() || !P->getParent() || !I->getFunction()) 155 return DT->dominates(I, P); 159 if (I->getParent() == &I->getFunction()->getEntryBlock() && 159 if (I->getParent() == &I->getFunction()->getEntryBlock() && 160 !isa<InvokeInst>(I))