Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryPasses.cpp1715 uint64_t NumSpecializedDyno = 0; in runOnFunctions() local
1786 NumSpecializedDyno += CurBB->getKnownExecutionCount(); in runOnFunctions()
1799 if (NumSpecializedDyno) in runOnFunctions()
1800 outs() << ". The calls were executed " << NumSpecializedDyno in runOnFunctions()