Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp42 if (Item->getLiveRange().overlapsInst(FirstDef->getNumber(), UseTrimmed)) in overlapsDefs()
45 if (Item->getLiveRange().overlapsInst(Def->getNumber(), UseTrimmed)) in overlapsDefs()
DIceOperand.h654 bool overlapsInst(InstNumberT OtherBegin, bool UseTrimmed = false) const;
815 return Live.overlapsInst(Other->Live.getStart(), UseTrimmed); in rangeOverlapsStart()
DIceOperand.cpp156 bool LiveRange::overlapsInst(InstNumberT OtherBegin, bool UseTrimmed) const { in overlapsInst() function in Ice::LiveRange