Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp411 ValueInfo.updateHotness(Hotness); in computeFunctionSummary()
459 .updateHotness(getHotness(Candidate.Count, PSI)); in computeFunctionSummary()
588 CallGraphEdges[Index.getOrInsertValueInfo(I)].updateHotness( in computeFunctionSummary()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h88 void updateHotness(const HotnessType OtherHotness) { in updateHotness() function