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

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

Completed in 148 milliseconds