Searched refs:findClosestMatchingDominator (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 168 Instruction *findClosestMatchingDominator(const SCEV *CandidateExpr, 393 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() 478 auto *LHS = findClosestMatchingDominator(LHSExpr, I); in tryReassociatedBinaryOp() 524 NaryReassociate::findClosestMatchingDominator(const SCEV *CandidateExpr, in findClosestMatchingDominator() function in NaryReassociate
|
D | SeparateConstOffsetFromGEP.cpp | 398 Instruction *findClosestMatchingDominator(const SCEV *Key, 1094 Instruction *SeparateConstOffsetFromGEP::findClosestMatchingDominator( in findClosestMatchingDominator() function in SeparateConstOffsetFromGEP 1128 if (auto *Dom = findClosestMatchingDominator(Key, I)) { in reuniteExts()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 419 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() 507 auto *LHS = findClosestMatchingDominator(LHSExpr, I); in tryReassociatedBinaryOp() 554 NaryReassociatePass::findClosestMatchingDominator(const SCEV *CandidateExpr, in findClosestMatchingDominator() function in NaryReassociatePass 623 Instruction *R1MinMax = findClosestMatchingDominator(R1Expr, I); in tryReassociateMinOrMax()
|
D | SeparateConstOffsetFromGEP.cpp | 448 Instruction *findClosestMatchingDominator( 1191 Instruction *SeparateConstOffsetFromGEP::findClosestMatchingDominator( in findClosestMatchingDominator() function in SeparateConstOffsetFromGEP 1225 if (auto *Dom = findClosestMatchingDominator(Key, I, DominatingAdds)) { in reuniteExts() 1237 if (auto *Dom = findClosestMatchingDominator(Key, I, DominatingSubs)) { in reuniteExts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | NaryReassociate.cpp | 390 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() 478 auto *LHS = findClosestMatchingDominator(LHSExpr, I); in tryReassociatedBinaryOp() 525 NaryReassociatePass::findClosestMatchingDominator(const SCEV *CandidateExpr, in findClosestMatchingDominator() function in NaryReassociatePass
|
D | SeparateConstOffsetFromGEP.cpp | 434 Instruction *findClosestMatchingDominator(const SCEV *Key, 1143 Instruction *SeparateConstOffsetFromGEP::findClosestMatchingDominator( in findClosestMatchingDominator() function in SeparateConstOffsetFromGEP 1177 if (auto *Dom = findClosestMatchingDominator(Key, I)) { in reuniteExts()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | NaryReassociate.h | 158 Instruction *findClosestMatchingDominator(const SCEV *CandidateExpr,
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/ |
D | NaryReassociate.h | 158 Instruction *findClosestMatchingDominator(const SCEV *CandidateExpr,
|