Home
last modified time | relevance | path

Searched refs:setSectionID (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp223 MBB.setSectionID({static_cast<unsigned int>(MBB.getNumber())}); in assignSections()
225 MBB.setSectionID(FuncBBClusterInfo[MBB.getNumber()]->ClusterID); in assignSections()
229 MBB.setSectionID(MBBSectionID::ColdSectionID); in assignSections()
247 MBB.setSectionID(*EHPadsSectionID); in assignSections()
H A DMachineFunctionSplitter.cpp131 MBB.setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
142 LP->setSectionID(MBBSectionID::ColdSectionID); in runOnMachineFunction()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DExecutableFileMemoryManager.cpp34 Section.setSectionID(SectionID); in allocateSection()
70 Section.setSectionID(SectionID); in allocateSection()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h414 void setSectionID(unsigned ID) { in setSectionID() function
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp231 DstMBB->setSectionID(SrcMBB.getSectionID()); in cloneMF()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h606 void setSectionID(MBBSectionID V) { SectionID = V; }
/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp745 MBB->setSectionID(SectionID.value()); in parseBasicBlockDefinition()