/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instruction.cpp | 177 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/ |
D | Loads.cpp | 43 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
|
D | MemoryDependenceAnalysis.cpp | 225 CS.getInstruction()->isIdenticalToWhenDefined(Inst)) in getCallSiteDependencyFrom()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 401 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/ |
D | Instruction.h | 282 bool isIdenticalToWhenDefined(const Instruction *I) const;
|
/external/llvm/include/llvm/IR/ |
D | Instruction.h | 438 bool isIdenticalToWhenDefined(const Instruction *I) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.h | 480 bool isIdenticalToWhenDefined(const Instruction *I) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instruction.cpp | 432 return isIdenticalToWhenDefined(I) && in isIdenticalTo() 436 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction
|
/external/llvm/lib/Analysis/ |
D | Loads.cpp | 167 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
|
D | MemoryDependenceAnalysis.cpp | 199 CS.getInstruction()->isIdenticalToWhenDefined(Inst)) in getCallSiteDependencyFrom()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instruction.h | 587 bool isIdenticalToWhenDefined(const Instruction *I) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | Loads.cpp | 183 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
|
D | MemoryDependenceAnalysis.cpp | 219 CS.getInstruction()->isIdenticalToWhenDefined(Inst)) in getCallSiteDependencyFrom()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 362 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/JumpThreading/ |
D | phi-eq.ll | 4 ; Instruction::isIdenticalToWhenDefined, as previously that function was
|
/external/llvm/test/Transforms/JumpThreading/ |
D | phi-eq.ll | 4 ; Instruction::isIdenticalToWhenDefined, as previously that function was
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 856 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/ |
D | EarlyCSE.cpp | 147 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqual()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 200 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqual()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1190 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1257 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/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 1141 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 1341 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
|