Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h400 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore() function
402 return !startsAfter(CS) && !endsBefore(CS); in overlaps()
/src/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp410 bool endsBefore(const Replacement &R) const { in endsBefore() function in __anondc8ebdc20211::MergedReplacement
471 if (Merged.endsBefore(*I)) in merge()