Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DNaryReassociate.cpp168 Instruction *findClosestMatchingDominator(const SCEV *CandidateExpr,
424 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex()
509 auto *LHS = findClosestMatchingDominator(LHSExpr, I); in tryReassociatedBinaryOp()
555 NaryReassociate::findClosestMatchingDominator(const SCEV *CandidateExpr, in findClosestMatchingDominator() function in NaryReassociate
DSeparateConstOffsetFromGEP.cpp398 Instruction *findClosestMatchingDominator(const SCEV *Key,
1094 Instruction *SeparateConstOffsetFromGEP::findClosestMatchingDominator( in findClosestMatchingDominator() function in SeparateConstOffsetFromGEP
1128 if (auto *Dom = findClosestMatchingDominator(Key, I)) { in reuniteExts()