Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDIndVarSimplify.cpp177 bool runUnswitching() const { return RunUnswitching; } in runUnswitching() function in __anond82731fd0111::IndVarSimplify
2074 if (IVS.runUnswitching()) { in run()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSimplifyIndVar.cpp76 bool runUnswitching() const { return RunUnswitching; } in runUnswitching() function in __anon5b5d91b80111::SimplifyIndvar
1018 return {SIV.hasChanged(), SIV.runUnswitching()}; in simplifyUsersOfIV()