Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp905 const SCEV *ExitCount, bool UsePostInc, Loop *L, in genLoopLimit() argument
925 const SCEVAddRecExpr *ARBase = UsePostInc ? AR->getPostIncExpr(*SE) : AR; in genLoopLimit()
949 bool UsePostInc = false; in linearFunctionTestReplace() local
964 UsePostInc = true; in linearFunctionTestReplace()
990 IndVar, ExitingBB, ExitCount, UsePostInc, L, Rewriter, SE); in linearFunctionTestReplace()