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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DInstruction.h301 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } function in class:llvm::mca::CycleSegment
303 return !startsAfter(CS) && !endsBefore(CS);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Core/
H A DReplacement.cpp409 bool endsBefore(const Replacement &R) const { function in class:__anon2386::MergedReplacement
470 if (Merged.endsBefore(*I))

Completed in 99 milliseconds