Home
last modified time | relevance | path

Searched refs:isInvoke (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DDataflowAnalysis.cpp59 if (!MIB->isInvoke(Inst)) in doForAllPreds()
H A DStokeInfo.cpp57 if (MIB->isEHLabel(It) || MIB->isInvoke(It)) { in checkInstr()
H A DSplitFunctions.cpp252 if (BC.MIB->isInvoke(Instr)) { in splitFunction()
H A DInliner.cpp250 const bool CSIsInvoke = BC.MIB->isInvoke(*CallInst); in inlineCall()
H A DInstrumentation.cpp365 if (BC.MIB->isInvoke(*I)) in instrumentFunction()
H A DBinaryPasses.cpp594 if (!BC.MIB->isInvoke(*II)) in runOnFunctions()
H A DShrinkWrapping.cpp1006 if (PP.isInst() && BC.MIB->isInvoke(*PP.getInst())) { in doRestorePlacement()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DDataflowAnalysis.h363 if (P.isInst() && BC.MIB->isInvoke(*P.getInst())) in run()
393 if (Backward && BC.MIB->isInvoke(Inst)) { in run()
/llvm-project-15.0.7/bolt/lib/Core/
H A DMCPlusBuilder.cpp163 if (!isInvoke(Inst)) in updateEHInfo()
185 assert(isInvoke(Inst) && "GNU_args_size can only be set for invoke"); in addGnuArgsSize()
H A DExceptions.cpp238 assert(!BC.MIB->isInvoke(Instruction) && in parseLSDA()
406 const bool Throws = BC.MIB->isInvoke(*II); in updateEHRanges()
H A DBinaryFunction.cpp1881 if (!BC.MIB->isInvoke(Instr)) in recomputeLandingPads()
3317 } else if (BC.MIB->isInvoke(Instr)) { in propagateGnuArgsSizeInfo()
H A DBinaryContext.cpp1853 if (MIB->isInvoke(Instruction)) { in printInstruction()
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp3560 assert(!isInvoke(CallInst)); in indirectCallPromotion()
3602 if (isInvoke(CallInst) && !isInvoke(CallOrJmp)) { in indirectCallPromotion()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h1035 virtual bool isInvoke(const MCInst &Inst) const { in isInvoke() function
H A DBinaryFunction.h902 assert(BC.MIB->isInvoke(InvokeInst) && "must be invoke instruction"); in getLandingPadBBFor()