Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp922 BlockFrequencyInfo *CurrentCallerBFI = nullptr; in computeCallsiteToProfCountMap() local
931 CurrentCallerBFI = TempBFI.get(); in computeCallsiteToProfCountMap()
934 CurrentCallerBFI = &(*GetBFI)(*Caller); in computeCallsiteToProfCountMap()
945 assert(CurrentCallerBFI && "CallerBFI is not set"); in computeCallsiteToProfCountMap()
948 auto Count = CurrentCallerBFI->getBlockProfileCount(CallBB); in computeCallsiteToProfCountMap()