Searched defs:LPI (Results 1 – 10 of 10) sorted by relevance
159 void SjLjEHPrepareImpl::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()357 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges() local
797 if (const auto *LPI = dyn_cast<LandingPadInst>(FirstI)) { in addLandingPad() local
95 for (const LandingPadInfo *LPI : LandingPads) { in computeActionsTable() local391 for (const LandingPadInfo &LPI : PadInfos) { in emitExceptionTable() local
684 for (const LandingPadInfo &LPI : MF.getLandingPads()) in runOnMachineFunction() local
552 LandingPadInst *LPI = StInvoke->getLandingPadInst(); in lowerStatepointMetaArgs() local
1200 if (auto *LPI = dyn_cast<LandingPadInst>(I)) in runEHOnFunction() local
277 static bool LandingPadHasOnlyCXXUses(llvm::LandingPadInst *LPI) { in LandingPadHasOnlyCXXUses()
4383 if (auto *LPI = dyn_cast<LandingPadInst>(&I)) { in visitEHPadPredecessors() local4458 void Verifier::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()
4337 } else if (const LandingPadInst *LPI = dyn_cast<LandingPadInst>(&I)) { in printInstruction() local
2778 void DFSanVisitor::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()