Home
last modified time | relevance | path

Searched defs:DirectCall (Results 1 – 3 of 3) sorted by relevance

/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/bolt/lib/Passes/
H A DRetpolineInsertion.cpp106 MCInst DirectCall; in createNewRetpoline() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp58 if (auto DirectCall = dyn_cast<Function>(CalledValue)) in findCalles() local