Home
last modified time | relevance | path

Searched refs:Cold (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp129 if (CB->hasFnAttr(Attribute::Cold) && !CB->getMetadata("nosanitize")) in unlikelyExecuted()
166 if (!F.hasFnAttribute(Attribute::Cold)) { in markFunctionCold()
167 F.addFnAttr(Attribute::Cold); in markFunctionCold()
205 if (F.hasFnAttribute(Attribute::Cold)) in isFunctionCold()
208 if (F.getCallingConv() == CallingConv::Cold) in isFunctionCold()
376 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()
377 CI->setCallingConv(CallingConv::Cold); in extractColdRegion()
628 bool Cold = (BFI && PSI->isColdBlock(BB, BFI)) || in outlineColdRegions() local
630 if (!Cold) in outlineColdRegions()
H A DSyntheticCountsPropagation.cpp88 } else if (F.hasFnAttribute(Attribute::Cold) || in initializeCounts()
H A DPartialInlining.cpp1194 OutlinedFunc->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining()
1195 OCS->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining()
H A DFunctionImport.cpp418 if (Hotness == CalleeInfo::HotnessType::Cold) in computeImportForFunction()
H A DGlobalOpt.cpp1743 cast<CallBase>(U)->setCallingConv(CallingConv::Cold); in changeCallSitesToColdCC()
1979 F->setCallingConv(CallingConv::Cold); in OptimizeFunctions()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h48 Cold = 9, enumerator
H A DModuleSummaryIndex.h60 Cold = 1, enumerator
110 case CalleeInfo::HotnessType::Cold: in getHotnessName()
H A DAttributes.td74 def Cold : EnumAttr<"cold", [FnAttr]>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp132 return CalleeInfo::HotnessType::Cold; in getHotness()
343 Hotness = CalleeInfo::HotnessType::Cold; in computeFunctionSummary()
451 ? CalleeInfo::HotnessType::Cold in computeFunctionSummary()
H A DProfileSummaryInfo.cpp225 if (F->hasFnAttribute(Attribute::Cold)) in isFunctionEntryCold()
H A DInlineCost.cpp907 if (F.getCallingConv() == CallingConv::Cold) in onAnalysisStart()
1130 (F.getCallingConv() == CallingConv::Cold)); in onAnalysisStart()
H A DBranchProbabilityInfo.cpp749 if (CI->hasFnAttr(Attribute::Cold)) in getInitialEstimatedBlockWeight()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h57 Cold, // Special section type for cold blocks enumerator
578 return ((unsigned)MBBSectionID::SectionType::Cold) -
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp349 case CallingConv::Cold: in getCalleeSavedRegs()
471 case CallingConv::Cold: in getCallPreservedMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp537 case MBBSectionID::SectionType::Cold: in printName()
1624 const MBBSectionID MBBSectionID::ColdSectionID(MBBSectionID::SectionType::Cold);
H A DCodeGenPrepare.cpp488 F.hasFnAttribute(Attribute::Cold)) in runOnFunction()
2160 if (CI->hasFnAttr(Attribute::Cold) && in optimizeCallInst()
4914 if (CI->hasFnAttr(Attribute::Cold)) { in FindAllMemoryUses()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp61 case Attribute::Cold: in isUsefullToPreserve()
H A DCodeExtractor.cpp945 case Attribute::Cold: in constructFunction()
H A DSimplifyLibCalls.cpp2334 if (!CI->hasFnAttr(Attribute::Cold) && in optimizeErrorReporting()
2336 CI->addAttribute(AttributeList::FunctionIndex, Attribute::Cold); in optimizeErrorReporting()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp192 if (MF->getFunction().getCallingConv() == CallingConv::Cold) { in getCalleeSavedRegs()
260 if (CC == CallingConv::Cold) { in getCallPreservedMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp350 case CallingConv::Cold: in getCalleeSavedRegs()
373 case CallingConv::Cold: in getCallPreservedMask()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1960 F->addFnAttr(Attribute::Cold); in annotateAllFunctions()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1031 def Cold : InheritableAttr {
1473 // semantic checking for mutual exclusion with the Cold attribute.
1477 def : MutualExclusions<[Hot, Cold]>;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1457 Reloc->setCallingConv(CallingConv::Cold); in CreateGCRelocates()
/freebsd-13.1/share/misc/
H A Dusb_hid_usages61 0x8E System Cold Restart

12