Home
last modified time | relevance | path

Searched defs:LoopInterchange (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp367 struct LoopInterchange { struct
368 ScalarEvolution *SE = nullptr;
369 LoopInfo *LI = nullptr;
370 DependenceInfo *DI = nullptr;
371 DominatorTree *DT = nullptr;
372 std::unique_ptr<CacheCost> CC = nullptr;
375 OptimizationRemarkEmitter *ORE;
377 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() argument
382 bool run(Loop *L) { in run()
390 bool run(LoopNest &LN) { in run()
[all …]