Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp62 bool InstructionOrdering::isBefore(const MachineInstr *A, in isBefore() function in InstructionOrdering
119 if (EndMI && Ordering.isBefore(EndMI, RangesI->first)) in intersects()
121 if (EndMI && !Ordering.isBefore(RangesI->second, EndMI)) in intersects()
123 if (Ordering.isBefore(StartMI, RangesI->second)) in intersects()
H A DDwarfDebug.cpp1612 if (!Ordering.isBefore(DbgValue, LScopeBegin)) { in validThroughout()
1649 if (Ordering.isBefore(RangeEnd, LScopeEnd)) in validThroughout()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h37 bool isBefore(const MachineInstr *A, const MachineInstr *B) const;