Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp73 static cl::opt<bool> EnableLoopDistribute( variable
870 if (EnableLoopDistribute.getNumOccurrences() > 0) in LoopDistribute()
871 ProcessAllLoops = EnableLoopDistribute; in LoopDistribute()