Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DHotColdSplitting.cpp116 if (CB->hasFnAttr(Attribute::Cold) && in unlikelyExecuted()
154 if (!F.hasFnAttribute(Attribute::Cold)) { in markFunctionCold()
155 F.addFnAttr(Attribute::Cold); in markFunctionCold()
193 if (F.hasFnAttribute(Attribute::Cold)) in isFunctionCold()
196 if (F.getCallingConv() == CallingConv::Cold) in isFunctionCold()
364 OutF->setCallingConv(CallingConv::Cold); in extractColdRegion()
365 CI->setCallingConv(CallingConv::Cold); in extractColdRegion()
616 bool Cold = (BFI && PSI->isColdBlock(BB, BFI)) || in outlineColdRegions() local
618 if (!Cold) in outlineColdRegions()
H A DSyntheticCountsPropagation.cpp82 } else if (F.hasFnAttribute(Attribute::Cold) || in initializeCounts()
H A DPartialInlining.cpp1189 OutlinedFunc->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining()
1190 OCS->setCallingConv(CallingConv::Cold); in doMultiRegionFunctionOutlining()
H A DGlobalOpt.cpp1806 cast<CallBase>(U)->setCallingConv(CallingConv::Cold); in changeCallSitesToColdCC()
2039 F.setCallingConv(CallingConv::Cold); in OptimizeFunctions()
H A DFunctionImport.cpp380 if (Hotness == CalleeInfo::HotnessType::Cold) in computeImportForFunction()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp40 return AllocationType::Cold; in getAllocType()
69 return AllocationType::Cold; in getMIBAllocType()
78 case AllocationType::Cold: in getAllocTypeAttributeString()
H A DModuleSummaryAnalysis.cpp135 return CalleeInfo::HotnessType::Cold; in getHotness()
381 Hotness = CalleeInfo::HotnessType::Cold; in computeFunctionSummary()
542 ? CalleeInfo::HotnessType::Cold in computeFunctionSummary()
H A DProfileSummaryInfo.cpp227 if (F->hasFnAttribute(Attribute::Cold)) in isFunctionEntryCold()
H A DInlineCost.cpp1015 if (F.getCallingConv() == CallingConv::Cold) in onAnalysisStart()
1248 (F.getCallingConv() == CallingConv::Cold)); in onAnalysisStart()
H A DBranchProbabilityInfo.cpp800 if (CI->hasFnAttr(Attribute::Cold)) in getInitialEstimatedBlockWeight()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DCallingConv.h47 Cold = 9, enumerator
H A DModuleSummaryIndex.h61 Cold = 1, enumerator
111 case CalleeInfo::HotnessType::Cold: in getHotnessName()
323 enum class AllocationType : uint8_t { None = 0, NotCold = 1, Cold = 2 };
H A DAttributes.td81 def Cold : EnumAttr<"cold", [FnAttr]>;
/openbsd/games/phantasia/
H A Dmonsters.asc74 A Cold-drake 301 102 24 1222 10888 7 0 0
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp39 Attribute::Cold, in isValidForDXIL()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h56 Cold, // Special section type for cold blocks enumerator
640 return ((unsigned)MBBSectionID::SectionType::Cold) -
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp351 case CallingConv::Cold: in getCalleeSavedRegs()
473 case CallingConv::Cold: in getCallPreservedMask()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineBasicBlock.cpp558 case MBBSectionID::SectionType::Cold: in printName()
1663 const MBBSectionID MBBSectionID::ColdSectionID(MBBSectionID::SectionType::Cold);
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp62 case Attribute::Cold: in isUsefullToPreserve()
H A DCodeExtractor.cpp924 case Attribute::Cold: in constructFunction()
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp2161 if (F.hasFnAttribute(Attribute::Cold)) in annotateAllFunctions()
2162 F.removeFnAttr(Attribute::Cold); in annotateAllFunctions()
2245 F->addFnAttr(Attribute::Cold); in annotateAllFunctions()
/openbsd/gnu/llvm/libcxx/benchmarks/
H A Dstring.bench.cpp487 enum class Temperature { Hot, Cold }; enumerator
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp216 if (MF->getFunction().getCallingConv() == CallingConv::Cold) { in getCalleeSavedRegs()
312 if (CC == CallingConv::Cold) { in getCallPreservedMask()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp292 case CallingConv::Cold: Out << "coldcc"; break; in PrintCallingConv()
3220 case (uint8_t)AllocationType::Cold: in printFunctionSummary()
3222 case (uint8_t)AllocationType::NotCold | (uint8_t)AllocationType::Cold: in printFunctionSummary()
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp396 case CallingConv::Cold: in getCalleeSavedRegs()
420 case CallingConv::Cold: in getCallPreservedMask()

12