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.cpp159 void SjLjEHPrepareImpl::substituteLPadValues(LandingPadInst *LPI, Value *ExnVal, in substituteLPadValues()
357 LandingPadInst *LPI = UnwindBlock->getLandingPadInst(); in lowerAcrossUnwindEdges() local
H A DMachineFunction.cpp797 if (const auto *LPI = dyn_cast<LandingPadInst>(FirstI)) { in addLandingPad() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp95 for (const LandingPadInfo *LPI : LandingPads) { in computeActionsTable() local
391 for (const LandingPadInfo &LPI : PadInfos) { in emitExceptionTable() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp684 for (const LandingPadInfo &LPI : MF.getLandingPads()) in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp552 LandingPadInst *LPI = StInvoke->getLandingPadInst(); in lowerStatepointMetaArgs() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1200 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.cpp4383 if (auto *LPI = dyn_cast<LandingPadInst>(&I)) { in visitEHPadPredecessors() local
4458 void Verifier::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()
H A DAsmWriter.cpp4337 } else if (const LandingPadInst *LPI = dyn_cast<LandingPadInst>(&I)) { in printInstruction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2778 void DFSanVisitor::visitLandingPadInst(LandingPadInst &LPI) { in visitLandingPadInst()