Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MCA/
DInstruction.h301 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore() function
303 return !startsAfter(CS) && !endsBefore(CS); in overlaps()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h301 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore() function
303 return !startsAfter(CS) && !endsBefore(CS); in overlaps()
/external/clang/lib/Tooling/Core/
DReplacement.cpp398 bool endsBefore(const Replacement &R) const { in endsBefore() function in clang::tooling::__anon05d232b60411::MergedReplacement
465 if (Merged.endsBefore(*I)) in mergeReplacements()
/external/llvm-project/clang/lib/Tooling/Core/
DReplacement.cpp409 bool endsBefore(const Replacement &R) const { in endsBefore() function in __anon146631e40211::MergedReplacement
470 if (Merged.endsBefore(*I)) in merge()
/external/swiftshader/third_party/subzero/src/
DIceOperand.h629 bool endsBefore(const LiveRange &Other) const;
784 return Live.endsBefore(Other->Live); in rangeEndsBefore()
DIceOperand.cpp127 bool LiveRange::endsBefore(const LiveRange &Other) const { in endsBefore() function in Ice::LiveRange