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

  /external/swiftshader/third_party/subzero/src/
IceLiveness.h 48 /// NumNonDeadPhis tracks the number of Phi instructions that
49 /// Inst::liveness() identified as tentatively live. If NumNonDeadPhis
52 SizeT NumNonDeadPhis = 0;
83 return Nodes[Node->getIndex()].NumNonDeadPhis;
IceLiveness.cpp 69 N.NumNonDeadPhis = 0;
IceCfgNode.cpp 722 SizeT NumNonDeadPhis = 0;
730 ++NumNonDeadPhis;
765 Changed = (NumNonDeadPhis != PrevNumNonDeadPhis || LiveInChanged);
768 PrevNumNonDeadPhis = NumNonDeadPhis;
    [all...]

Completed in 771 milliseconds