Searched refs:UseMax (Results 1 – 1 of 1) sorted by relevance
1236 bool UseMax = true) in AddRecLoopReplacer() argument1237 : SCEVRewriteVisitor(SE), Valid(true), UseMax(UseMax), OldL(OldL), in AddRecLoopReplacer()1250 if (!UseMax || !Pos || !Expr->isAffine()) { in visitAddRecExpr()1265 bool Valid, UseMax; member in __anond06fd9000111::LoopFuser::AddRecLoopReplacer