Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp266 std::unique_ptr<BlockFrequencyInfo> ClonedFuncBFI = nullptr; member
725 Cloner.ClonedFuncBFI->getBlockFreq(&Cloner.ClonedFunc->getEntryBlock()); in getOutliningCallBBRelativeFreq()
727 Cloner.ClonedFuncBFI->getBlockFreq(OutliningCallBB); in getOutliningCallBBRelativeFreq()
1124 ClonedFuncBFI.reset(new BlockFrequencyInfo(*ClonedFunc, BPI, LI)); in doMultiRegionFunctionOutlining()
1135 ClonedFuncBFI.get(), &BPI, in doMultiRegionFunctionOutlining()
1199 ClonedFuncBFI.reset(new BlockFrequencyInfo(*ClonedFunc, BPI, LI)); in doSingleRegionFunctionOutlining()
1220 ClonedFuncBFI.get(), &BPI, LookupAC(*ClonedFunc), in doSingleRegionFunctionOutlining()