Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceInst.cpp439 void InstPhi::livenessPhiOperand(LivenessBV &Live, CfgNode *Target, in livenessPhiOperand() function in Ice::InstPhi
DIceInst.h674 void livenessPhiOperand(LivenessBV &Live, CfgNode *Target,
DIceCfgNode.cpp706 Phi->livenessPhiOperand(Live, this, Liveness); in liveness()