Home
last modified time | relevance | path

Searched refs:findClosestMatchingDominator (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp414 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex()
502 auto *LHS = findClosestMatchingDominator(LHSExpr, I); in tryReassociatedBinaryOp()
549 NaryReassociatePass::findClosestMatchingDominator(const SCEV *CandidateExpr, in findClosestMatchingDominator() function in NaryReassociatePass
630 Instruction *R1MinMax = findClosestMatchingDominator(R1Expr, I); in tryReassociateMinOrMax()
H A DSeparateConstOffsetFromGEP.cpp449 Instruction *findClosestMatchingDominator(
1182 Instruction *SeparateConstOffsetFromGEP::findClosestMatchingDominator( in findClosestMatchingDominator() function in SeparateConstOffsetFromGEP
1216 if (auto *Dom = findClosestMatchingDominator(Key, I, DominatingAdds)) { in reuniteExts()
1228 if (auto *Dom = findClosestMatchingDominator(Key, I, DominatingSubs)) { in reuniteExts()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h158 Instruction *findClosestMatchingDominator(const SCEV *CandidateExpr,