Home
last modified time | relevance | path

Searched defs:getHotness (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h81 HotnessType getHotness() const { return HotnessType(Hotness); } in getHotness() function
DDiagnosticInfo.h459 Optional<uint64_t> getHotness() const { return Hotness; } in getHotness() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp121 static CalleeInfo::HotnessType getHotness(uint64_t ProfileCount, in getHotness() function