Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp959 std::unique_ptr<BlockFrequencyInfo> TempBFI; in computeCallsiteToProfCountMap() local
968 TempBFI.reset(new BlockFrequencyInfo(*Caller, BPI, LI)); in computeCallsiteToProfCountMap()
969 CurrentCallerBFI = TempBFI.get(); in computeCallsiteToProfCountMap()