Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp125 static cl::opt<unsigned> MaxNumInlineBlocks( variable
613 if (OutliningInfo->getNumInlinedBlocks() >= MaxNumInlineBlocks) in computeOutliningInfo()
687 while (OutliningInfo->getNumInlinedBlocks() < MaxNumInlineBlocks) { in computeOutliningInfo()