Searched refs:CollectSubexprs (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopStrengthReduce.cpp | 3449 static const SCEV *CollectSubexprs(const SCEV *S, const SCEVConstant *C, in CollectSubexprs() function 3461 const SCEV *Remainder = CollectSubexprs(S, C, Ops, L, SE, Depth+1); in CollectSubexprs() 3471 const SCEV *Remainder = CollectSubexprs(AR->getStart(), in CollectSubexprs() 3496 CollectSubexprs(Mul->getOperand(1), C, Ops, L, SE, Depth+1); in CollectSubexprs() 3545 const SCEV *Remainder = CollectSubexprs(BaseReg, nullptr, AddOps, L, SE); in GenerateReassociationsImpl()
|