Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp352 auto EntryBBSectionID = MF.front().getSectionID(); in runOnMachineFunction() local
360 auto MBBSectionOrder = [EntryBBSectionID](const MBBSectionID &LHS, in runOnMachineFunction()
364 if (LHS == EntryBBSectionID || RHS == EntryBBSectionID) in runOnMachineFunction()
365 return LHS == EntryBBSectionID; in runOnMachineFunction()