Home
last modified time | relevance | path

Searched defs:LPI (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp158 void SjLjEHPrepareImpl::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()
356 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges() local
H A DMachineFunction.cpp839 if (const auto *LPI = dyn_cast<LandingPadInst>(FirstI)) { in addLandingPad() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp94 for (const LandingPadInfo *LPI : LandingPads) { in computeActionsTable() local
390 for (const LandingPadInfo &LPI : PadInfos) { in emitExceptionTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp679 for (const LandingPadInfo &LPI : MF.getLandingPads()) in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp551 LandingPadInst *LPI = StInvoke->getLandingPadInst(); in lowerStatepointMetaArgs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1205 if (auto *LPI = dyn_cast<LandingPadInst>(I)) in runEHOnFunction() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp277 static bool LandingPadHasOnlyCXXUses(llvm::LandingPadInst *LPI) { in LandingPadHasOnlyCXXUses()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4551 if (auto *LPI = dyn_cast<LandingPadInst>(&I)) { in visitEHPadPredecessors() local
4626 void Verifier::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()
H A DAsmWriter.cpp4530 } else if (const LandingPadInst *LPI = dyn_cast<LandingPadInst>(&I)) { in printInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2768 void DFSanVisitor::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()