Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp113 MinBlockCounterExecution("min-block-execution", cl::init(100), cl::Hidden, variable
411 static_cast<int>(ColdBranchRatio * MinBlockCounterExecution), in computeOutliningColdRegionsInfo()
412 MinBlockCounterExecution); in computeOutliningColdRegionsInfo()
433 BBProfileCount(ThisBB) < MinBlockCounterExecution) in computeOutliningColdRegionsInfo()