Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFuse.cpp1029 bool UseMax = true) in AddRecLoopReplacer() argument
1030 : SCEVRewriteVisitor(SE), Valid(true), UseMax(UseMax), OldL(OldL), in AddRecLoopReplacer()
1043 if (!UseMax || !Pos || !Expr->isAffine()) { in visitAddRecExpr()
1058 bool Valid, UseMax; member in __anonb64f13b40111::LoopFuser::AddRecLoopReplacer