Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunctionSplitter.cpp154 Entry.first->setSectionID(MBBSectionID::ColdSectionID); in setDescendantEHBlocksCold()
217 MBB.setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
232 LP->setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
DBasicBlockSections.cpp230 MBB.setSectionID(MBBSectionID::ColdSectionID); in assignSections()
DMachineBasicBlock.cpp69 if (SectionID == MBBSectionID::ColdSectionID) { in getSymbol()
1663 const MBBSectionID MBBSectionID::ColdSectionID(MBBSectionID::SectionType::Cold);
DTargetLoweringObjectFileImpl.cpp1047 if (MBB.getSectionID() == MBBSectionID::ColdSectionID) { in getSectionForMachineBasicBlock()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h63 const static MBBSectionID ColdSectionID; member
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp659 SID = MBBSectionID::ColdSectionID; in parseSectionID()