Home
last modified time | relevance | path

Searched refs:MachineFunctionDataHotness (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineJumpTableInfo.h32 enum class MachineFunctionDataHotness; variable
42 MachineFunctionDataHotness Hotness;
120 MachineFunctionDataHotness Hotness);
H A DMachineFunction.h94 enum class MachineFunctionDataHotness {
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStaticDataSplitter.cpp187 auto Hotness = MachineFunctionDataHotness::Hot; in partitionStaticDataWithProfiles()
193 Hotness = MachineFunctionDataHotness::Cold; in partitionStaticDataWithProfiles()
229 if (JumpTable.Hotness == MachineFunctionDataHotness::Hot) { in updateStatsWithProfiles()
232 assert(JumpTable.Hotness == MachineFunctionDataHotness::Cold && in updateStatsWithProfiles()
H A DMachineFunction.cpp1316 : MBBs(MBBs), Hotness(MachineFunctionDataHotness::Unknown) {} in MachineJumpTableEntry()
1368 size_t JTI, MachineFunctionDataHotness Hotness) { in updateJumpTableEntryHotness()
H A DTargetLoweringObjectFileImpl.cpp660 if (JTE && JTE->Hotness != MachineFunctionDataHotness::Unknown) { in getELFSectionNameForGlobal()
661 if (JTE->Hotness == MachineFunctionDataHotness::Hot) { in getELFSectionNameForGlobal()
664 assert(JTE->Hotness == MachineFunctionDataHotness::Cold && in getELFSectionNameForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2969 if (JT[JTI].Hotness == MachineFunctionDataHotness::Cold) { in emitJumpTableInfo()