Home
last modified time | relevance | path

Searched refs:isIdenticalToWhenDefined (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h480 bool isIdenticalToWhenDefined(const Instruction *I) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp442 return isIdenticalToWhenDefined(I) && in isIdenticalTo()
446 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h640 bool isIdenticalToWhenDefined(const Instruction *I) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoads.cpp190 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
DMemoryDependenceAnalysis.cpp218 Call->isIdenticalToWhenDefined(CallB)) in getCallDependencyFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp311 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqualImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1255 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1262 if (isa<PHINode>(I1) || !I1->isIdenticalToWhenDefined(I2) || in HoistThenElseCodeToIf()
1336 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1342 } while (I1->isIdenticalToWhenDefined(I2)); in HoistThenElseCodeToIf()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1313 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()