Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp133 static cl::opt<unsigned> MaxNumInlineBlocks( variable
591 if (OutliningInfo->GetNumInlinedBlocks() >= MaxNumInlineBlocks) in computeOutliningInfo()
666 while (OutliningInfo->GetNumInlinedBlocks() < MaxNumInlineBlocks) { in computeOutliningInfo()