Home
last modified time | relevance | path

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

12

/external/llvm/lib/IR/
DInstruction.cpp401 return isIdenticalToWhenDefined(I) && in isIdenticalTo()
408 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction
/external/llvm/include/llvm/IR/
DInstruction.h438 bool isIdenticalToWhenDefined(const Instruction *I) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h480 bool isIdenticalToWhenDefined(const Instruction *I) const;
/external/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
/external/llvm-project/llvm/lib/IR/
DInstruction.cpp469 return isIdenticalToWhenDefined(I) && in isIdenticalTo()
473 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction
/external/llvm/lib/Analysis/
DLoads.cpp167 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
DMemoryDependenceAnalysis.cpp199 CS.getInstruction()->isIdenticalToWhenDefined(Inst)) in getCallSiteDependencyFrom()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstruction.h640 bool isIdenticalToWhenDefined(const Instruction *I) const;
/external/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()
/external/llvm-project/llvm/include/llvm/IR/
DInstruction.h690 bool isIdenticalToWhenDefined(const Instruction *I) const;
/external/llvm-project/llvm/lib/Analysis/
DLoads.cpp229 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
DMemoryDependenceAnalysis.cpp223 Call->isIdenticalToWhenDefined(CallB)) in getCallDependencyFrom()
/external/llvm-project/llvm/test/Transforms/JumpThreading/
Dphi-eq.ll4 ; Instruction::isIdenticalToWhenDefined, as previously that function was
/external/llvm/test/Transforms/JumpThreading/
Dphi-eq.ll4 ; Instruction::isIdenticalToWhenDefined, as previously that function was
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp147 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqual()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp311 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqualImpl()
/external/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()
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1190 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1196 if (isa<PHINode>(I1) || !I1->isIdenticalToWhenDefined(I2) || in HoistThenElseCodeToIf()
1238 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1244 } while (I1->isIdenticalToWhenDefined(I2)); in HoistThenElseCodeToIf()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1141 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp1438 if (!PN.isIdenticalToWhenDefined(&IdenticalPN)) in visitPHINode()
DInstCombineLoadStoreAlloca.cpp1270 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1304 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1311 if (isa<PHINode>(I1) || !I1->isIdenticalToWhenDefined(I2) || in HoistThenElseCodeToIf()
1400 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1406 } while (I1->isIdenticalToWhenDefined(I2)); in HoistThenElseCodeToIf()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1313 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp309 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqualImpl()

12