Home
last modified time | relevance | path

Searched refs:OtherBegin (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceOperand.cpp156 bool LiveRange::overlapsInst(InstNumberT OtherBegin, bool UseTrimmed) const { in overlapsInst() argument
160 if (OtherBegin < I->first) { in overlapsInst()
164 if (OtherBegin < I->second) { in overlapsInst()
175 Temp.addSegment(OtherBegin, OtherBegin + 1); in overlapsInst()
DIceOperand.h631 bool overlapsInst(InstNumberT OtherBegin, bool UseTrimmed = false) const;