Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp953 std::unique_ptr<BlockFrequencyInfo> TempBFI; in computeCallsiteToProfCountMap() local
962 TempBFI.reset(new BlockFrequencyInfo(*Caller, BPI, LI)); in computeCallsiteToProfCountMap()
963 CurrentCallerBFI = TempBFI.get(); in computeCallsiteToProfCountMap()