Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp909 else if (!I.isRedundantAssign()) in contractIfEmpty()
1121 if (I.isRedundantAssign()) { in emit()
1293 if (!I.isDeleted() && !I.isRedundantAssign()) { in emitIAS()
1321 if (I->isDeleted() || I->isRedundantAssign()) in emitIAS()
DIceInstMIPS32.h1304 bool isRedundantAssign() const override { in isRedundantAssign() function
1338 bool isRedundantAssign() const override { in isRedundantAssign() function
DIceTargetLowering.cpp381 llvm::isa<InstFakeKill>(I) || I->isRedundantAssign() || in doNopInsertion()
DIceInst.cpp649 if (!Func->isVerbose(IceV_Deleted) && (isDeleted() || isRedundantAssign())) in dumpDecorated()
DIceInst.h191 virtual bool isRedundantAssign() const { return false; } in isRedundantAssign() function
DIceInstARM32.h1508 bool isRedundantAssign() const override { in isRedundantAssign() function
DIceInstX86Base.h1089 bool isRedundantAssign() const override { in isRedundantAssign() function