Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp62 static cl::opt<bool> ForceSkipUniformRegions( variable
334 if (ForceSkipUniformRegions.getNumOccurrences()) in StructurizeCFGLegacyPass()
335 SkipUniformRegions = ForceSkipUniformRegions.getValue(); in StructurizeCFGLegacyPass()