Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2283 const SCEV *ExitCount, bool UsePostInc, Loop *L, in genLoopLimit() argument
2303 if (UsePostInc) in genLoopLimit()
2347 if (UsePostInc) in genLoopLimit()
2380 bool UsePostInc = false; in linearFunctionTestReplace() local
2401 UsePostInc = true; in linearFunctionTestReplace()
2427 IndVar, ExitingBB, ExitCount, UsePostInc, L, Rewriter, SE); in linearFunctionTestReplace()
2460 if (UsePostInc) in linearFunctionTestReplace()