Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceOperand.h629 bool endsBefore(const LiveRange &Other) const;
785 return Live.endsBefore(Other->Live); in rangeEndsBefore()
DIceOperand.cpp127 bool LiveRange::endsBefore(const LiveRange &Other) const { in endsBefore() function in Ice::LiveRange