Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp241 class LoopInterchangeLegality { class
243 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() function in __anon815ea8750211::LoopInterchangeLegality
336 const LoopInterchangeLegality &LIL) in LoopInterchangeTransform()
359 const LoopInterchangeLegality &LIL;
509 LoopInterchangeLegality LIL(OuterLoop, InnerLoop, SE, ORE); in processLoop()
541 bool LoopInterchangeLegality::containsUnsafeInstructions(BasicBlock *BB) { in containsUnsafeInstructions()
547 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested()
602 bool LoopInterchangeLegality::isLoopStructureUnderstood() { in isLoopStructureUnderstood()
729 bool LoopInterchangeLegality::findInductionAndReductions( in findInductionAndReductions()
770 bool LoopInterchangeLegality::currentLimitations() { in currentLimitations()
[all …]