/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | DwarfEHPrepare.cpp | 139 for (auto *LP : CleanupLPads) { in pruneUnreachableResumes() local 181 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local 204 if (auto *LP = BB.getLandingPadInst()) in InsertUnwindResumeCalls() local
|
H A D | MachineFunctionSplitter.cpp | 187 for (const MachineBasicBlock *LP : LandingPads) { in runOnMachineFunction() local
|
H A D | MachineFunction.cpp | 775 LandingPadInfo &LP = LandingPads[i]; in getOrCreateLandingPadInfo() local 786 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addInvoke() local 793 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addLandingPad() local
|
H A D | SafeStack.cpp | 407 } else if (auto LP = dyn_cast<LandingPadInst>(&I)) { in findInsts() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | LoopPass.h | 99 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Target.h | 45 template <class LP> TargetInfo(LP) { in TargetInfo() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopPredication.cpp | 353 LoopPredication LP(AA, DT, SE, LI, MSSAU ? MSSAU.get() : nullptr); runOnLoop() local 378 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, run() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 1074 static bool canUnwindPastLandingPad(const LandingPadInst *LP, in canUnwindPastLandingPad() 1111 if (auto *LP = dyn_cast<LandingPadInst>(Pad)) in mayThrow() local
|
H A D | Instructions.cpp | 250 LandingPadInst::LandingPadInst(const LandingPadInst &LP) in LandingPadInst()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 563 bool allowSpeculativeCounterPromotion(Loop *LP) { in allowSpeculativeCounterPromotion() 577 isPromotionPossible(Loop *LP, in isPromotionPossible() 596 unsigned getMaxNumOfPromotionsInLoop(Loop *LP) { in getMaxNumOfPromotionsInLoop()
|
H A D | HWAddressSanitizer.cpp | 1403 for (auto *LP : LandingPadVec) { in instrumentLandingPads() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 857 void Parser::ParseLexedPragma(LateParsedPragma &LP) { in ParseLexedPragma()
|
H A D | ParseOpenMP.cpp | 2083 auto *LP = new LateParsedPragma(this, AS); in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 2415 for (auto &LP : CallSiteNumToLPad[CSI]) { in emitSjLjDispatchBlock() local 2619 for (auto &LP : LPadList) in emitSjLjDispatchBlock() local 2668 for (auto &LP : MBBLPads) in emitSjLjDispatchBlock() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGException.cpp | 797 llvm::BasicBlock *LP = EHStack.begin()->getCachedLandingPad(); in getInvokeDestImpl() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/ |
H A D | DXILBitcodeWriter.cpp | 2417 const LandingPadInst &LP = cast<LandingPadInst>(I); in writeInstruction() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1022 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 126 #define LP global() macro
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | IRTranslator.cpp | 2970 const LandingPadInst &LP = cast<LandingPadInst>(U); in translateLandingPad() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 3254 const LandingPadInst &LP = cast<LandingPadInst>(I); in writeInstruction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6087 LandingPadInst *LP = LandingPadInst::Create(Ty, NumClauses); in parseFunctionBody() local
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 7929 std::unique_ptr<LandingPadInst> LP(LandingPadInst::Create(Ty, 0)); in parseLandingPad() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3460 void SelectionDAGBuilder::visitLandingPad(const LandingPadInst &LP) { in visitLandingPad()
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 7407 LoopProperties LP = {/* HasNoAbnormalExits */ true, in getLoopProperties() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 36307 for (auto &LP : CallSiteNumToLPad[CSI]) { in EmitSjLjDispatchBlock() local 36439 for (auto &LP : LPadList) in EmitSjLjDispatchBlock() local 36488 for (auto &LP : MBBLPads) in EmitSjLjDispatchBlock() local
|