Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp419 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex()
507 auto *LHS = findClosestMatchingDominator(LHSExpr, I); in tryReassociatedBinaryOp()
555 NaryReassociatePass::findClosestMatchingDominator(const SCEV *CandidateExpr, in findClosestMatchingDominator() function in NaryReassociatePass
634 Instruction *R1MinMax = findClosestMatchingDominator(R1Expr, I); in tryReassociateMinOrMax()
H A DSeparateConstOffsetFromGEP.cpp458 Instruction *findClosestMatchingDominator(
1203 Instruction *SeparateConstOffsetFromGEP::findClosestMatchingDominator( in findClosestMatchingDominator() function in SeparateConstOffsetFromGEP
1236 if (auto *Dom = findClosestMatchingDominator(Key, I, DominatingAdds)) { in reuniteExts()
1249 findClosestMatchingDominator({LHS, RHS}, I, DominatingSubs)) { in reuniteExts()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h158 Instruction *findClosestMatchingDominator(const SCEV *CandidateExpr,