Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp270 bool tightlyNested(Loop *Outer, Loop *Inner);
547 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested() function in LoopInterchangeLegality
1003 if (!tightlyNested(OuterLoop, InnerLoop)) { in canInterchangeLoops()