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

  /external/swiftshader/third_party/subzero/src/
IceCfg.h 168 Liveness *getLiveness() const { return Live.get(); }
IceCfgNode.cpp 461 SizeT VarNum = Func->getLiveness()->getLiveIndex(Dest->getIndex());
462 auto &LiveIn = Func->getLiveness()->getLiveIn(this);
    [all...]
IceCfg.cpp 388 getLiveness()->initPhiEdgeSplits(Nodes.begin() + NumNodes,
396 (*I)->liveness(getLiveness());
397 (*I)->livenessAddIntervals(getLiveness(), FirstInstNum, LastInstNum);
    [all...]

Completed in 68 milliseconds