Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Passes/
H A DHFSortPlus.cpp131 double ShortCalls{0}; member in llvm::bolt::__anonbf028ece0111::Chain
311 Chain->ShortCalls = shortCalls(Chain); in initialize()
382 Calls += ChainPred->ShortCalls; in shortCalls()
383 Calls += ChainSucc->ShortCalls; in shortCalls()
389 double LongCalls = Chain->Samples - Chain->ShortCalls; in score()
566 Into->ShortCalls = shortCalls(Into); in mergeChains()