Home
last modified time | relevance | path

Searched refs:isRedundantAssign (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp887 else if (!I.isRedundantAssign()) in contractIfEmpty()
1099 if (I.isRedundantAssign()) { in emit()
1142 if (!I.isDeleted() && !I.isRedundantAssign()) { in emitIAS()
DIceInstMIPS32.h1304 bool isRedundantAssign() const override { in isRedundantAssign() function
1338 bool isRedundantAssign() const override { in isRedundantAssign() function
DIceInst.cpp632 if (!Func->isVerbose(IceV_Deleted) && (isDeleted() || isRedundantAssign())) in dumpDecorated()
DIceInst.h194 virtual bool isRedundantAssign() const { return false; } in isRedundantAssign() function
DIceInstARM32.h1507 bool isRedundantAssign() const override { in isRedundantAssign() function
DIceInstX8632.h1126 bool isRedundantAssign() const override { in isRedundantAssign() function
DIceInstX8664.h1065 bool isRedundantAssign() const override { in isRedundantAssign() function