Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
1650 const MBBSectionID MBBSectionID::ColdSectionID(MBBSectionID::SectionType::Cold);
H A DTargetLoweringObjectFileImpl.cpp978 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h64 const static MBBSectionID ColdSectionID; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp634 SID = MBBSectionID::ColdSectionID; in parseSectionID()