Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp378 auto EntryBBSectionID = MF.front().getSectionID(); in runOnMachineFunction() local
386 auto MBBSectionOrder = [EntryBBSectionID](const MBBSectionID &LHS, in runOnMachineFunction()
390 if (LHS == EntryBBSectionID || RHS == EntryBBSectionID) in runOnMachineFunction()
391 return LHS == EntryBBSectionID; in runOnMachineFunction()