Searched defs:LPI (Results 1 – 10 of 10) sorted by relevance
143 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()342 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges() local
769 if (const auto *LPI = dyn_cast<LandingPadInst>(FirstI)) { in addLandingPad() local
96 for (const LandingPadInfo *LPI : LandingPads) { in computeActionsTable() local392 for (const LandingPadInfo &LPI : PadInfos) { in emitExceptionTable() local
682 for (const LandingPadInfo &LPI : MF.getLandingPads()) in runOnMachineFunction() local
550 LandingPadInst *LPI = StInvoke->getLandingPadInst(); in lowerStatepointMetaArgs() local
1207 if (auto *LPI = dyn_cast<LandingPadInst>(I)) in runEHOnFunction() local
275 static bool LandingPadHasOnlyCXXUses(llvm::LandingPadInst *LPI) { in LandingPadHasOnlyCXXUses()
4079 if (auto *LPI = dyn_cast<LandingPadInst>(&I)) { in visitEHPadPredecessors() local4149 void Verifier::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()
4153 } else if (const LandingPadInst *LPI = dyn_cast<LandingPadInst>(&I)) { in printInstruction() local
2762 void DFSanVisitor::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()