Searched refs:UseMax (Results 1 – 1 of 1) sorted by relevance
1029 bool UseMax = true) in AddRecLoopReplacer() argument1030 : SCEVRewriteVisitor(SE), Valid(true), UseMax(UseMax), OldL(OldL), in AddRecLoopReplacer()1043 if (!UseMax || !Pos || !Expr->isAffine()) { in visitAddRecExpr()1058 bool Valid, UseMax; member in __anonc3322b0b0111::LoopFuser::AddRecLoopReplacer