Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp974 const SCEV *ExitCount, bool UsePostInc, Loop *L, in genLoopLimit() argument
994 if (UsePostInc) in genLoopLimit()
1042 if (UsePostInc) in genLoopLimit()
1074 bool UsePostInc = false; in linearFunctionTestReplace() local
1089 UsePostInc = true; in linearFunctionTestReplace()
1115 IndVar, ExitingBB, ExitCount, UsePostInc, L, Rewriter, SE); in linearFunctionTestReplace()