Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp344 auto EntryBBSectionID = MF.front().getSectionID(); in runOnMachineFunction() local
352 auto MBBSectionOrder = [EntryBBSectionID](const MBBSectionID &LHS, in runOnMachineFunction()
356 if (LHS == EntryBBSectionID || RHS == EntryBBSectionID) in runOnMachineFunction()
357 return LHS == EntryBBSectionID; in runOnMachineFunction()