HomeSort by relevance Sort by last modified time
    Searched refs:getIgnoreLiveness (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceLiveness.cpp 95 if (LiveIndex == InvalidLiveIndex || Var->getIgnoreLiveness())
104 if (Var->getIgnoreLiveness() ||
IceOperand.h 723 bool getIgnoreLiveness() const {
793 assert(!getIgnoreLiveness());
    [all...]
IceRegAlloc.cpp 224 if (Var->getIgnoreLiveness())
234 if (!Var->getIgnoreLiveness() &&
    [all...]
IceCfg.cpp     [all...]

Completed in 75 milliseconds