Home
last modified time | relevance | path

Searched refs:TargetFetchInst (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DIndirectCallPromotion.h191 MCInst *&TargetFetchInst,
197 MCInst *&TargetFetchInst) const;
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp371 MCInst *&TargetFetchInst, in maybeGetHotJumpTableTargets() argument
518 TargetFetchInst = MemLocInstr; in maybeGetHotJumpTableTargets()
527 MCInst *&TargetFetchInst) const { in findCallTargetSymbols()
543 maybeGetHotJumpTableTargets(BB, CallInst, TargetFetchInst, JT); in findCallTargetSymbols()
1317 MCInst *TargetFetchInst = nullptr; in runOnFunctions() local
1319 findCallTargetSymbols(Targets, N, *BB, Inst, TargetFetchInst); in runOnFunctions()
1350 } else if (TargetFetchInst) { in runOnFunctions()
1352 MethodInfo.second.push_back(TargetFetchInst); in runOnFunctions()