Searched refs:MachineFunctionDataHotness (Results 1 – 6 of 6) sorted by relevance
32 enum class MachineFunctionDataHotness; variable42 MachineFunctionDataHotness Hotness;120 MachineFunctionDataHotness Hotness);
94 enum class MachineFunctionDataHotness {
187 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()
1316 : MBBs(MBBs), Hotness(MachineFunctionDataHotness::Unknown) {} in MachineJumpTableEntry()1368 size_t JTI, MachineFunctionDataHotness Hotness) { in updateJumpTableEntryHotness()
660 if (JTE && JTE->Hotness != MachineFunctionDataHotness::Unknown) { in getELFSectionNameForGlobal()661 if (JTE->Hotness == MachineFunctionDataHotness::Hot) { in getELFSectionNameForGlobal()664 assert(JTE->Hotness == MachineFunctionDataHotness::Cold && in getELFSectionNameForGlobal()
2969 if (JT[JTI].Hotness == MachineFunctionDataHotness::Cold) { in emitJumpTableInfo()