Home
last modified time | relevance | path

Searched defs:endsBefore (Results 1 – 2 of 2) sorted by relevance

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