Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DBinaryFunctionCallGraph.cpp225 bool BBIncludedInFunctionSize = false; in buildCallGraph() local
228 BBIncludedInFunctionSize = !BB->isCold(); in buildCallGraph()
230 BBIncludedInFunctionSize = BB->getKnownExecutionCount() != 0; in buildCallGraph()
232 BBIncludedInFunctionSize = true; in buildCallGraph()
252 if (BBIncludedInFunctionSize) in buildCallGraph()