Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp52 static cl::opt<bool> UserKeepLoops( variable
210 Options.NeedCanonicalLoop = UserKeepLoops.getNumOccurrences() in SimplifyCFGPass()
211 ? UserKeepLoops in SimplifyCFGPass()
257 UserKeepLoops.getNumOccurrences() ? UserKeepLoops : KeepLoops; in CFGSimplifyPass()