Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp102 static cl::opt<unsigned> ChainSplitThreshold( variable
791 if (ChainPred->blocks().size() <= ChainSplitThreshold) { in getBestMergeGain()