Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp333 auto EntryBBSectionID = EntryBB.getSectionID(); in handleBBSections() local
341 auto MBBSectionOrder = [EntryBBSectionID](const MBBSectionID &LHS, in handleBBSections()
345 if (LHS == EntryBBSectionID || RHS == EntryBBSectionID) in handleBBSections()
346 return LHS == EntryBBSectionID; in handleBBSections()