Searched refs:CollectSubexprs (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp3200 /// CollectSubexprs - Split S into subexpressions which can be pulled out into
3205 static const SCEV *CollectSubexprs(const SCEV *S, const SCEVConstant *C, function
3218 const SCEV *Remainder = CollectSubexprs(*I, C, Ops, L, SE, Depth+1);
3228 const SCEV *Remainder = CollectSubexprs(AR->getStart(),
3253 CollectSubexprs(Mul->getOperand(1), C, Ops, L, SE, Depth+1);
3269 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE);

Completed in 221 milliseconds