Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp131 MBB.setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
142 LP->setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
H A DBasicBlockSections.cpp229 MBB.setSectionID(MBBSectionID::ColdSectionID); in assignSections()
H A DMachineBasicBlock.cpp67 if (SectionID == MBBSectionID::ColdSectionID) { in getSymbol()
1634 const MBBSectionID MBBSectionID::ColdSectionID(MBBSectionID::SectionType::Cold);
H A DTargetLoweringObjectFileImpl.cpp1013 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h63 const static MBBSectionID ColdSectionID; member
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp655 SID = MBBSectionID::ColdSectionID; in parseSectionID()