Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp335 PreserveLCSSA(PreserveLCSSA), InnerLoopHasReduction(false) {} in LoopInterchangeLegality()
346 bool hasInnerLoopReduction() { return InnerLoopHasReduction; } in hasInnerLoopReduction()
364 bool InnerLoopHasReduction; member in __anon04d217970111::LoopInterchangeLegality
397 InnerLoopHasReduction(InnerLoopContainsReductions) {} in LoopInterchangeTransform()
421 bool InnerLoopHasReduction; member in __anon04d217970111::LoopInterchangeTransform
773 InnerLoopHasReduction = true; in currentLimitations()
1078 if (InnerLoopHasReduction) { in splitInnerLoopHeader()