Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp322 auto EntryBBSectionID = EntryBB.getSectionID(); in runOnMachineFunction() local
330 auto MBBSectionOrder = [EntryBBSectionID](const MBBSectionID &LHS, in runOnMachineFunction()
334 if (LHS == EntryBBSectionID || RHS == EntryBBSectionID) in runOnMachineFunction()
335 return LHS == EntryBBSectionID; in runOnMachineFunction()