Home
last modified time | relevance | path

Searched refs:ICP_CALLS (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunctionProfile.cpp35 clEnumValN(ICP_CALLS, "calls", "perform ICP on indirect calls"),
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h67 ICP_CALLS, /// Perform ICP on indirect calls. enumerator
/llvm-project-15.0.7/bolt/lib/Passes/
H A DIndirectCallPromotion.cpp1134 const bool OptimizeCalls = (opts::ICP == ICP_CALLS || opts::ICP == ICP_ALL); in runOnFunctions()