Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h401 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore() function
403 return !startsAfter(CS) && !endsBefore(CS); in overlaps()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp409 bool endsBefore(const Replacement &R) const { in endsBefore() function in __anonb289878d0211::MergedReplacement
470 if (Merged.endsBefore(*I)) in merge()