Searched defs:endsBefore (Results 1 – 3 of 3) sorted by relevance
| /external/swiftshader/third_party/subzero/src/ | ||
| D | IceOperand.cpp | 127 bool LiveRange::endsBefore(const LiveRange &Other) const { in endsBefore() function in Ice::LiveRange |
| /external/clang/lib/Tooling/Core/ | ||
| D | Replacement.cpp | 398 bool endsBefore(const Replacement &R) const { in endsBefore() function in clang::tooling::__anonf9ef08940411::MergedReplacement |
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ | ||
| D | Instruction.h | 301 bool endsBefore(const CycleSegment &CS) const { return Begin >= CS.End; } in endsBefore() function |