Searched refs:findClosestMatchingDominator (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | NaryReassociate.cpp | 420 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex() 505 auto *LHS = findClosestMatchingDominator(LHSExpr, I); in tryReassociatedBinaryOp() 553 NaryReassociatePass::findClosestMatchingDominator(const SCEV *CandidateExpr, in findClosestMatchingDominator() function in NaryReassociatePass 632 Instruction *R1MinMax = findClosestMatchingDominator(R1Expr, I); in tryReassociateMinOrMax()
|
| H A D | SeparateConstOffsetFromGEP.cpp | 460 Instruction *findClosestMatchingDominator( 1264 Instruction *SeparateConstOffsetFromGEP::findClosestMatchingDominator( in findClosestMatchingDominator() function in SeparateConstOffsetFromGEP 1297 if (auto *Dom = findClosestMatchingDominator(Key, I, DominatingAdds)) { in reuniteExts() 1310 findClosestMatchingDominator({LHS, RHS}, I, DominatingSubs)) { in reuniteExts()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
| H A D | NaryReassociate.h | 158 Instruction *findClosestMatchingDominator(const SCEV *CandidateExpr,
|