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.cpp354 class LoopInterchangeLegality { class
356 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeLegality() function in __anon815ea8750411::LoopInterchangeLegality
481 const LoopInterchangeLegality &LIL) in LoopInterchangeTransform()
504 const LoopInterchangeLegality &LIL;
604 LoopInterchangeLegality LIL(OuterLoop, InnerLoop, SE, ORE); in processLoop()
645 bool LoopInterchangeLegality::containsUnsafeInstructions(BasicBlock *BB) { in containsUnsafeInstructions()
651 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) { in tightlyNested()
706 bool LoopInterchangeLegality::isLoopStructureUnderstood() { in isLoopStructureUnderstood()
893 bool LoopInterchangeLegality::findInductionAndReductions( in findInductionAndReductions()
935 bool LoopInterchangeLegality::currentLimitations() { in currentLimitations()
[all …]