Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp868 : FunctionPass(ID), ProcessAllLoops(ProcessAllLoopsByDefault) { in LoopDistribute()
871 ProcessAllLoops = EnableLoopDistribute; in LoopDistribute()
902 if (LDL.isForced().getValueOr(ProcessAllLoops)) in runOnFunction()
924 bool ProcessAllLoops; member in __anon191a722d0111::LoopDistribute