reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
123 if (!BI || !BI->isConditional()) 123 if (!BI || !BI->isConditional()) 127 if (auto *Cond = dyn_cast<ConstantInt>(BI->getCondition())) 128 return BI->getSuccessor(Cond->getZExtValue() ? 1 : 0) == ExitBlock; 129 auto *Cond = dyn_cast<CmpInst>(BI->getCondition()); 144 DT, /*AC*/ nullptr, BI}); 148 if (ExitBlock == BI->getSuccessor(0)) 150 assert(ExitBlock == BI->getSuccessor(1) && "implied by above");