Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstruction.h208 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore() function
210 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::__anon11b55cd80411::MergedReplacement
465 if (Merged.endsBefore(*I)) in mergeReplacements()
/external/swiftshader/third_party/subzero/src/
DIceOperand.h652 bool endsBefore(const LiveRange &Other) const;
807 return Live.endsBefore(Other->Live); in rangeEndsBefore()
DIceOperand.cpp127 bool LiveRange::endsBefore(const LiveRange &Other) const { in endsBefore() function in Ice::LiveRange