Searched refs:isRedundantAssign (Results 1 – 7 of 7) sorted by relevance
909 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()
1304 bool isRedundantAssign() const override { in isRedundantAssign() function1338 bool isRedundantAssign() const override { in isRedundantAssign() function
381 llvm::isa<InstFakeKill>(I) || I->isRedundantAssign() || in doNopInsertion()
649 if (!Func->isVerbose(IceV_Deleted) && (isDeleted() || isRedundantAssign())) in dumpDecorated()
191 virtual bool isRedundantAssign() const { return false; } in isRedundantAssign() function
1508 bool isRedundantAssign() const override { in isRedundantAssign() function
1089 bool isRedundantAssign() const override { in isRedundantAssign() function