Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp262 std::unique_ptr<BlockFrequencyInfo> ClonedFuncBFI = nullptr; member
715 Cloner.ClonedFuncBFI->getBlockFreq(&Cloner.ClonedFunc->getEntryBlock()); in getOutliningCallBBRelativeFreq()
717 Cloner.ClonedFuncBFI->getBlockFreq(OutliningCallBB); in getOutliningCallBBRelativeFreq()
1112 ClonedFuncBFI.reset(new BlockFrequencyInfo(*ClonedFunc, BPI, LI)); in doMultiRegionFunctionOutlining()
1120 ClonedFuncBFI.get(), &BPI, /* AllowVarargs */ false); in doMultiRegionFunctionOutlining()
1182 ClonedFuncBFI.reset(new BlockFrequencyInfo(*ClonedFunc, BPI, LI)); in doSingleRegionFunctionOutlining()
1202 ClonedFuncBFI.get(), &BPI, in doSingleRegionFunctionOutlining()