Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DBasicBlockSections.cpp341 auto EntryBBSectionID = MF.front().getSectionID(); in runOnMachineFunction() local
349 auto MBBSectionOrder = [EntryBBSectionID](const MBBSectionID &LHS, in runOnMachineFunction()
353 if (LHS == EntryBBSectionID || RHS == EntryBBSectionID) in runOnMachineFunction()
354 return LHS == EntryBBSectionID; in runOnMachineFunction()