Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A 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()
H A DIceInstMIPS32.h1304 bool isRedundantAssign() const override { in isRedundantAssign() function
1338 bool isRedundantAssign() const override { in isRedundantAssign() function
H A DIceTargetLowering.cpp381 llvm::isa<InstFakeKill>(I) || I->isRedundantAssign() || in doNopInsertion()
H A DIceInst.cpp641 if (!Func->isVerbose(IceV_Deleted) && (isDeleted() || isRedundantAssign())) in dumpDecorated()
H A DIceInst.h191 virtual bool isRedundantAssign() const { return false; } in isRedundantAssign() function
H A DIceInstARM32.h1508 bool isRedundantAssign() const override { in isRedundantAssign() function
H A DIceInstX86Base.h1089 bool isRedundantAssign() const override { in isRedundantAssign() function