Lines Matching refs:LoopInterchangeLegality
330 class LoopInterchangeLegality { class
332 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() function in __anon04d217970111::LoopInterchangeLegality
579 LoopInterchangeLegality LIL(OuterLoop, InnerLoop, SE, LI, DT, in processLoop()
601 bool LoopInterchangeLegality::areAllUsesReductions(Instruction *Ins, Loop *L) { in areAllUsesReductions()
609 bool LoopInterchangeLegality::containsUnsafeInstructionsInHeader( in containsUnsafeInstructionsInHeader()
623 bool LoopInterchangeLegality::containsUnsafeInstructionsInLatch( in containsUnsafeInstructionsInLatch()
638 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested()
672 bool LoopInterchangeLegality::isLoopStructureUnderstood( in isLoopStructureUnderstood()
697 bool LoopInterchangeLegality::findInductionAndReductions( in findInductionAndReductions()
752 bool LoopInterchangeLegality::currentLimitations() { in currentLimitations()
849 bool LoopInterchangeLegality::canInterchangeLoops(unsigned InnerLoopId, in canInterchangeLoops()