Home
last modified time | relevance | path

Searched defs:LP (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDDwarfEHPrepare.cpp139 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
HDMachineFunctionSplitter.cpp187 for (const MachineBasicBlock *LP : LandingPads) { in runOnMachineFunction() local
HDMachineFunction.cpp775 LandingPadInfo &LP = LandingPads[i]; in getOrCreateLandingPadInfo() local
786 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addInvoke() local
793 LandingPadInfo &LP = getOrCreateLandingPadInfo(LandingPad); in addLandingPad() local
HDSafeStack.cpp407 } else if (auto LP = dyn_cast<LandingPadInst>(&I)) { in findInsts() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDLoopPass.h99 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass() local
/freebsd-14-stable/contrib/llvm-project/lld/MachO/
HDTarget.h45 template <class LP> TargetInfo(LP) { in TargetInfo() argument
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDInstruction.cpp1074 static bool canUnwindPastLandingPad(const LandingPadInst *LP, in canUnwindPastLandingPad()
1111 if (auto *LP = dyn_cast<LandingPadInst>(Pad)) in mayThrow() local
HDInstructions.cpp250 LandingPadInst::LandingPadInst(const LandingPadInst &LP) in LandingPadInst()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp563 bool allowSpeculativeCounterPromotion(Loop *LP) { in allowSpeculativeCounterPromotion()
577 isPromotionPossible(Loop *LP, in isPromotionPossible()
596 unsigned getMaxNumOfPromotionsInLoop(Loop *LP) { in getMaxNumOfPromotionsInLoop()
HDHWAddressSanitizer.cpp1403 for (auto *LP : LandingPadVec) { in instrumentLandingPads() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseCXXInlineMethods.cpp857 void Parser::ParseLexedPragma(LateParsedPragma &LP) { in ParseLexedPragma()
HDParseOpenMP.cpp2083 auto *LP = new LateParsedPragma(this, AS); in ParseOpenMPDeclarativeDirectiveWithExtDecl() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/
HDVEISelLowering.cpp2415 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-14-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopPredication.cpp338 LoopPredication LP(&AR.AA, &AR.DT, &AR.SE, &AR.LI, in run() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGException.cpp797 llvm::BasicBlock *LP = EHStack.begin()->getCachedLandingPad(); in getInvokeDestImpl() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp2417 const LandingPadInst &LP = cast<LandingPadInst>(I); in writeInstruction() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp1022 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq.c122 #define LP 3 /* leap (print in binary) */ macro
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDThreadSafety.cpp1234 if (const auto *LP = dyn_cast<til::LiteralPtr>(SExp)) { in inCurrentScope() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
HDIRTranslator.cpp2970 const LandingPadInst &LP = cast<LandingPadInst>(U); in translateLandingPad() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp3254 const LandingPadInst &LP = cast<LandingPadInst>(I); in writeInstruction() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp6087 LandingPadInst *LP = LandingPadInst::Create(Ty, NumClauses); in parseFunctionBody() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp7929 std::unique_ptr<LandingPadInst> LP(LandingPadInst::Create(Ty, 0)); in parseLandingPad() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp3460 void SelectionDAGBuilder::visitLandingPad(const LandingPadInst &LP) { in visitLandingPad()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp7407 LoopProperties LP = {/* HasNoAbnormalExits */ true, in getLoopProperties() local

12