Home
last modified time | relevance | path

Searched refs:DirectCall (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DRetpolineInsertion.cpp106 MCInst DirectCall; in createNewRetpoline() local
107 MIB.createDirectCall(DirectCall, BB2.getLabel(), &Ctx, /*IsTailCall*/ false); in createNewRetpoline()
108 BB0.addInstruction(DirectCall); in createNewRetpoline()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DPseudoProbe.h27 enum class PseudoProbeType { Block = 0, IndirectCall, DirectCall }; enumerator
/llvm-project-15.0.7/llvm/test/tools/llvm-profgen/
H A Dpseudoprobe-decoding.test49 ; CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall
80 ; CHECK: [Probe]: FUNC: foo Index: 9 Type: DirectCall Inlined: @ main:2
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp58 if (auto DirectCall = dyn_cast<Function>(CalledValue)) in findCalles() local
59 CallesNames.insert(DirectCall->getName()); in findCalles()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h134 return Type == static_cast<uint8_t>(PseudoProbeType::DirectCall); in isDirectCall()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleProfileProbe.cpp351 ? (uint32_t)PseudoProbeType::DirectCall in instrumentOneFunc()
/llvm-project-15.0.7/llvm/test/Analysis/StackSafetyAnalysis/
H A Dlocal.ll322 define void @DirectCall() {
323 ; CHECK-LABEL: @DirectCall dso_preemptable{{$}}