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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp325 /// LoopInterchangeLegality checks if it is legal to interchange the loop.
326 class LoopInterchangeLegality { class in namespace:__anon4657
328 LoopInterchangeLegality(Loop *Outer, Loop *Inner, ScalarEvolution *SE, function in class:__anon4657::LoopInterchangeLegality
402 const LoopInterchangeLegality &LIL)
427 const LoopInterchangeLegality &LIL;
558 LoopInterchangeLegality LIL(OuterLoop, InnerLoop, SE, ORE);
594 bool LoopInterchangeLegality::containsUnsafeInstructions(BasicBlock *BB) {
600 bool LoopInterchangeLegality::tightlyNested(Loop *OuterLoop, Loop *InnerLoop) {
632 bool LoopInterchangeLegality::isLoopStructureUnderstood(
684 bool LoopInterchangeLegality
[all...]

Completed in 167 milliseconds