Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp348 auto YSectionID = Y.getSectionID(); in runOnMachineFunction() local
349 if (XSectionID != YSectionID) in runOnMachineFunction()
350 return MBBSectionOrder(XSectionID, YSectionID); in runOnMachineFunction()