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

/netbsd-current/external/apache2/llvm/dist/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);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Core/
H A DReplacement.cpp409 bool endsBefore(const Replacement &R) const { function in class:__anon1126::MergedReplacement
470 if (Merged.endsBefore(*I))

Completed in 140 milliseconds