Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNaryReassociate.cpp415 const SCEV *CandidateExpr = SE->getGEPExpr(cast<GEPOperator>(GEP), in tryReassociateGEPAtIndex() local
418 Value *Candidate = findClosestMatchingDominator(CandidateExpr, GEP); in tryReassociateGEPAtIndex()
553 NaryReassociatePass::findClosestMatchingDominator(const SCEV *CandidateExpr, in findClosestMatchingDominator() argument
555 auto Pos = SeenExprs.find(CandidateExpr); in findClosestMatchingDominator()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Scalar/
H A DNaryReassociate.h158 Instruction *findClosestMatchingDominator(const SCEV *CandidateExpr,