Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 __anonc3322b0b0111::LoopFuser::AddRecLoopReplacer