reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3716 BasicBlock *BB = CPI.getParent(); 3720 "CatchPadInst needs to be in a function with a personality.", &CPI); 3722 Assert(isa<CatchSwitchInst>(CPI.getParentPad()), 3724 CPI.getParentPad()); 3728 Assert(BB->getFirstNonPHI() == &CPI, 3729 "CatchPadInst not the first non-PHI instruction in the block.", &CPI); 3731 visitEHPadPredecessors(CPI); 3732 visitFuncletPadInst(CPI);