Home
last modified time | relevance | path

Searched defs:WidenIndVars (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DIndVarSimplify.h27 bool WidenIndVars; variable
30 IndVarSimplifyPass(bool WidenIndVars = true) : WidenIndVars(WidenIndVars) {} in WidenIndVars() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp138 bool WidenIndVars; global() member in __anonebfe3a760111::IndVarSimplify
165 IndVarSimplify(LoopInfo * LI,ScalarEvolution * SE,DominatorTree * DT,const DataLayout & DL,TargetLibraryInfo * TLI,TargetTransformInfo * TTI,MemorySSA * MSSA,bool WidenIndVars) IndVarSimplify() argument