Searched refs:LoopInterchangeLegality (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 330 class LoopInterchangeLegality { class 332 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() function in __anon860498c00111::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() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 327 class LoopInterchangeLegality { class 329 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() function in __anoncf6d1f180211::LoopInterchangeLegality 583 LoopInterchangeLegality LIL(OuterLoop, InnerLoop, SE, LI, DT, in processLoop() 614 bool LoopInterchangeLegality::areAllUsesReductions(Instruction *Ins, Loop *L) { in areAllUsesReductions() 622 bool LoopInterchangeLegality::containsUnsafeInstructionsInHeader( in containsUnsafeInstructionsInHeader() 636 bool LoopInterchangeLegality::containsUnsafeInstructionsInLatch( in containsUnsafeInstructionsInLatch() 650 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested() 681 bool LoopInterchangeLegality::isLoopStructureUnderstood( in isLoopStructureUnderstood() 705 bool LoopInterchangeLegality::findInductionAndReductions( in findInductionAndReductions() 744 bool LoopInterchangeLegality::currentLimitations() { in currentLimitations() [all …]
|