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

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp60 return AllocationType::Hot;
92 return AllocationType::Hot;
105 case AllocationType::Hot:
H A DModuleSummaryAnalysis.cpp135 return CalleeInfo::HotnessType::Hot;
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp218 cl::desc("Hot callsite threshold for proirity-based sample profile loader "
569 bool Hot);
1065 bool Hot) {
1073 << (Hot ? "hotness: '" : "size: '")
1198 bool Hot = false; local
1213 Hot = true;
1222 if (Hot || ExternalInlineAdvisor) {
1063 emitOptimizationRemarksForInlineCandidates( const SmallVectorImpl<CallBase *> &Candidates, const Function &F, bool Hot) argument
H A DFunctionImport.cpp711 if (Hotness == CalleeInfo::HotnessType::Hot)
731 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot;
H A DWholeProgramDevirt.cpp1267 CalleeInfo CI(CalleeInfo::HotnessType::Hot, /* HasTailCall = */ false,
H A DMemProfContextDisambiguation.cpp950 if (AllocType == AllocationType::Hot)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h63 Hot = 3, member in class:llvm::CalleeInfo::HotnessType
125 case CalleeInfo::HotnessType::Hot:
358 Hot = 4, member in class:llvm::CalleeInfo::AllocationType
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1915 Msg = "raw-Hot to BFI-nonHot";
1918 Msg = "raw-Cold to BFI-Hot";
2057 F.addFnAttr(Attribute::Hot);
2126 // Only set when there is no Attribute::Hot set by the user. For Hot
2128 if (F->hasFnAttribute(Attribute::Hot)) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp934 case Attribute::Hot:
/freebsd-current/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp9309 Hotness = CalleeInfo::HotnessType::Hot;
10076 AllocType = (uint8_t)AllocationType::Hot;
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3282 case (uint8_t)AllocationType::Hot:
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp693 case Attribute::Hot:
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp589 if (F.hasFnAttribute(Attribute::Hot) ||
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2378 FuncAttrs.addAttribute(llvm::Attribute::Hot);
H A DCodeGenModule.cpp2514 B.addAttribute(llvm::Attribute::Hot);
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2094 return Attribute::Hot;

Completed in 417 milliseconds