Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp177 return isIdenticalToWhenDefined(I) && in isIdenticalTo()
184 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoads.cpp43 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
DMemoryDependenceAnalysis.cpp225 CS.getInstruction()->isIdenticalToWhenDefined(Inst)) in getCallSiteDependencyFrom()
/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/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h282 bool isIdenticalToWhenDefined(const Instruction *I) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h480 bool isIdenticalToWhenDefined(const Instruction *I) const;
/external/llvm/include/llvm/IR/
DInstruction.h438 bool isIdenticalToWhenDefined(const Instruction *I) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp432 return isIdenticalToWhenDefined(I) && in isIdenticalTo()
436 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInstruction.h587 bool isIdenticalToWhenDefined(const Instruction *I) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoads.cpp183 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
DMemoryDependenceAnalysis.cpp219 CS.getInstruction()->isIdenticalToWhenDefined(Inst)) in getCallSiteDependencyFrom()
/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/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp362 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DSimplifyCFG.cpp856 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
862 if (isa<PHINode>(I1) || !I1->isIdenticalToWhenDefined(I2) || in HoistThenElseCodeToIf()
889 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
895 } while (I1->isIdenticalToWhenDefined(I2)); in HoistThenElseCodeToIf()
/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp147 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp200 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqual()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1257 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1263 if (isa<PHINode>(I1) || !I1->isIdenticalToWhenDefined(I2) || in HoistThenElseCodeToIf()
1334 if (!DBI1 || !DBI2 || !DBI1->isIdenticalToWhenDefined(DBI2)) { in HoistThenElseCodeToIf()
1340 } 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp1341 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()