Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp275 bool tightlyNested(Loop *Outer, Loop *Inner);
552 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested() function in LoopInterchangeLegality
1009 if (!tightlyNested(OuterLoop, InnerLoop)) { in canInterchangeLoops()