Searched defs:LPI (Results 1 – 7 of 7) sorted by relevance
157 void SjLjEHPrepare::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()206 LandingPadInst *LPI = LPads[I]; in setupFunctionContext() local350 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges() local
96 const LandingPadInfo *LPI = *I; in computeActionsTable() local
280 if (const auto *LPI = dyn_cast<LandingPadInst>(FNP)) in set() local
1069 LandingPadInst *LPI = BB->getLandingPadInst(); in UnswitchNontrivialCondition() local
2903 if (auto *LPI = dyn_cast<LandingPadInst>(&I)) { in visitEHPadPredecessors() local2936 void Verifier::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()
2868 } else if (const LandingPadInst *LPI = dyn_cast<LandingPadInst>(&I)) { in printInstruction() local
237 static bool LandingPadHasOnlyCXXUses(llvm::LandingPadInst *LPI) { in LandingPadHasOnlyCXXUses()