Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp38 cl::opt<unsigned> MediumBasicBlockInstructionThreshold( variable
109 else if (TotalInstructionCount > MediumBasicBlockInstructionThreshold) in updateForBB()