Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DMachineFunctionSplitter.cpp131 MBB.setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
DBasicBlockSections.cpp256 MBB.setSectionID(MBBSectionID::ColdSectionID); in assignSections()
DMachineBasicBlock.cpp69 if (SectionID == MBBSectionID::ColdSectionID) { in getSymbol()
1576 const MBBSectionID MBBSectionID::ColdSectionID(MBBSectionID::SectionType::Cold);
DTargetLoweringObjectFileImpl.cpp918 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h64 const static MBBSectionID ColdSectionID; member
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp637 SID = MBBSectionID::ColdSectionID; in parseSectionID()