Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp978 const SCEV *ExitCount, bool UsePostInc, Loop *L, in genLoopLimit() argument
999 if (UsePostInc) in genLoopLimit()
1039 if (UsePostInc) in genLoopLimit()
1071 bool UsePostInc = false; in linearFunctionTestReplace() local
1086 UsePostInc = true; in linearFunctionTestReplace()
1112 IndVar, ExitingBB, ExitCount, UsePostInc, L, Rewriter, SE); in linearFunctionTestReplace()