Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp346 bool tightlyNested(Loop *Outer, Loop *Inner);
583 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested() function in LoopInterchangeLegality
1068 if (!tightlyNested(OuterLoop, InnerLoop)) { in canInterchangeLoops()