Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionSplitter.cpp134 MBB.setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
145 LP->setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
H A DBasicBlockSections.cpp262 MBB.setSectionID(MBBSectionID::ColdSectionID); in assignSections()
H A DMachineBasicBlock.cpp70 if (SectionID == MBBSectionID::ColdSectionID) { in getSymbol()
1624 const MBBSectionID MBBSectionID::ColdSectionID(MBBSectionID::SectionType::Cold);
H A DTargetLoweringObjectFileImpl.cpp999 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h64 const static MBBSectionID ColdSectionID; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp658 SID = MBBSectionID::ColdSectionID; in parseSectionID()