Searched refs:Hot (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp348 bool Hot);
946 bool Hot) {
953 << (Hot ? "hotness: '" : "size: '")
991 bool Hot = false; local
1002 Hot = true;
1008 if (Hot) {
944 emitOptimizationRemarksForInlineCandidates( const SmallVectorImpl<CallBase *> &Candidates, const Function &F, bool Hot) argument
H A DFunctionImport.cpp386 if (Hotness == CalleeInfo::HotnessType::Hot)
406 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot;
H A DWholeProgramDevirt.cpp1059 CalleeInfo CI(CalleeInfo::HotnessType::Hot, /* RelBF = */ 0);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h60 Hot = 3, member in class:llvm::CalleeInfo::HotnessType
112 case CalleeInfo::HotnessType::Hot:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp131 return CalleeInfo::HotnessType::Hot;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8588 Hotness = CalleeInfo::HotnessType::Hot;

Completed in 267 milliseconds