/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/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-10.0/llvm/lib/IR/ |
D | Instruction.cpp | 442 return isIdenticalToWhenDefined(I) && in isIdenticalTo() 446 bool Instruction::isIdenticalToWhenDefined(const Instruction *I) const { in isIdenticalToWhenDefined() function in Instruction
|
/external/llvm-project/llvm/lib/IR/ |
D | Instruction.cpp | 469 return isIdenticalToWhenDefined(I) && in isIdenticalTo() 473 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-10.0/llvm/include/llvm/IR/ |
D | Instruction.h | 640 bool isIdenticalToWhenDefined(const Instruction *I) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Loads.cpp | 190 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
|
D | MemoryDependenceAnalysis.cpp | 218 Call->isIdenticalToWhenDefined(CallB)) in getCallDependencyFrom()
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | Instruction.h | 690 bool isIdenticalToWhenDefined(const Instruction *I) const;
|
/external/llvm-project/llvm/lib/Analysis/ |
D | Loads.cpp | 229 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in AreEquivalentAddressValues()
|
D | MemoryDependenceAnalysis.cpp | 223 Call->isIdenticalToWhenDefined(CallB)) in getCallDependencyFrom()
|
/external/llvm-project/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/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 147 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqual()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 311 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqualImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1255 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/ |
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/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 1141 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
|
/external/llvm-project/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 1438 if (!PN.isIdenticalToWhenDefined(&IdenticalPN)) in visitPHINode()
|
D | InstCombineLoadStoreAlloca.cpp | 1270 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 1304 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/ |
D | InstCombineLoadStoreAlloca.cpp | 1313 if (cast<Instruction>(A)->isIdenticalToWhenDefined(BI)) in equivalentAddressValues()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 309 if (LHSI->isIdenticalToWhenDefined(RHSI)) in isEqualImpl()
|