Home
last modified time | relevance | path

Searched refs:Hot (Results 1 – 25 of 34) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp96 return AllocationType::Hot; in getMIBAllocType()
109 case AllocationType::Hot: in getAllocTypeAttributeString()
242 if (Node->hasAllocType(AllocationType::Hot)) { in convertHotToNotCold()
243 Node->removeAllocType(AllocationType::Hot); in convertHotToNotCold()
488 if (Alloc->hasAllocType(AllocationType::Hot)) { in buildAndAttachMIBMetadata()
H A DModuleSummaryAnalysis.cpp172 return CalleeInfo::HotnessType::Hot; in getHotness()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataSplitter.cpp187 auto Hotness = MachineFunctionDataHotness::Hot; in partitionStaticDataWithProfiles()
229 if (JumpTable.Hotness == MachineFunctionDataHotness::Hot) { in updateStatsWithProfiles()
H A DTargetLoweringObjectFileImpl.cpp661 if (JTE->Hotness == MachineFunctionDataHotness::Hot) { in getELFSectionNameForGlobal()
H A DCodeGenPrepare.cpp592 if (F.hasFnAttribute(Attribute::Hot) || in _run()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProfSummaryBuilder.cpp44 case AllocationType::Hot: in addRecord()
H A DMemProfCommon.cpp68 return AllocationType::Hot; in getAllocType()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp524 bool Hot);
1015 bool Hot) { in emitOptimizationRemarksForInlineCandidates() argument
1023 << (Hot ? "hotness: '" : "size: '") in emitOptimizationRemarksForInlineCandidates()
1151 bool Hot = false; in inlineHotFunctions() local
1166 Hot = true; in inlineHotFunctions()
1175 if (Hot || ExternalInlineAdvisor) { in inlineHotFunctions()
H A DFunctionImport.cpp908 if (Hotness == CalleeInfo::HotnessType::Hot) in computeImportForFunction()
928 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot; in computeImportForFunction()
H A DFunctionAttrs.cpp2173 F->hasFnAttribute(Attribute::Cold) || F->hasFnAttribute(Attribute::Hot)) in addColdAttrs()
H A DWholeProgramDevirt.cpp1298 CalleeInfo CI(CalleeInfo::HotnessType::Hot, /* HasTailCall = */ false, in AddCalls()
H A DMemProfContextDisambiguation.cpp1341 if (AllocType == AllocationType::Hot) in addStackNodesForMIB()
/freebsd/sys/dev/pci/
H A Dpci_if.m65 PCI_FEATURE_HP, /* Hot Plug feature */
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h67 Hot = 3, enumerator
130 case CalleeInfo::HotnessType::Hot: in getHotnessName()
362 Hot = 4,
H A DAttributes.td122 def Hot: EnumAttr<"hot", IntersectAnd, [FnAttr]>;
395 /// Function is marked for Windows Hot Patching
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2273 F.addFnAttr(Attribute::Hot); in annotateAllFunctions()
2344 if (F->hasFnAttribute(Attribute::Hot)) { in annotateAllFunctions()
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8x-colibri.dtsi710 /* HDMI Hot Plug Detect on FFC (X2) */
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineFunction.h97 Hot,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp942 case Attribute::Hot: in constructFunctionDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1991 def Hot : InheritableAttr {
1997 def : MutualExclusions<[Hot, Cold]>;
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp10098 Hotness = CalleeInfo::HotnessType::Hot; in parseHotness()
10878 AllocType = (uint8_t)AllocationType::Hot; in parseAllocType()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp3545 case (uint8_t)AllocationType::Hot: in printFunctionSummary()
/freebsd/sys/contrib/zlib/
H A DChangeLog948 Thanks to "Hot Emu" for the bug report and sample file
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp2462 FuncAttrs.addAttribute(llvm::Attribute::Hot); in ConstructAttributeList()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp773 case Attribute::Hot: in getAttrKindEncoding()

12