Home
last modified time | relevance | path

Searched refs:EnableLoopDistribute (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp105 static cl::opt<bool> EnableLoopDistribute( variable
935 if (LDL.isForced().getValueOr(EnableLoopDistribute)) in runImpl()