Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp304 ValueInfo.updateHotness(Hotness); in computeFunctionSummary()
339 .updateHotness(getHotness(Candidate.Count, PSI)); in computeFunctionSummary()
346 CallGraphEdges[Index.getOrInsertValueInfo(I)].updateHotness( in computeFunctionSummary()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h77 void updateHotness(const HotnessType OtherHotness) { in updateHotness() function