Lines Matching refs:LoopInterchangeLegality
326 class LoopInterchangeLegality { class
328 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() function in __anonceaba13a0211::LoopInterchangeLegality
402 const LoopInterchangeLegality &LIL) in LoopInterchangeTransform()
430 const LoopInterchangeLegality &LIL;
561 LoopInterchangeLegality LIL(OuterLoop, InnerLoop, SE, ORE); in processLoop()
591 bool LoopInterchangeLegality::containsUnsafeInstructions(BasicBlock *BB) { in containsUnsafeInstructions()
597 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested()
629 bool LoopInterchangeLegality::isLoopStructureUnderstood( in isLoopStructureUnderstood()
681 bool LoopInterchangeLegality::findInductionAndReductions( in findInductionAndReductions()
740 bool LoopInterchangeLegality::currentLimitations() { in currentLimitations()
963 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops()