Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp432 struct LoopInterchange : public LoopPass { struct
433 static char ID;
434 ScalarEvolution *SE = nullptr;
435 LoopInfo *LI = nullptr;
436 DependenceInfo *DI = nullptr;
437 DominatorTree *DT = nullptr;
440 OptimizationRemarkEmitter *ORE;
442 LoopInterchange() : LoopPass(ID) { in LoopInterchange() function
446 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
453 bool runOnLoop(Loop *L, LPPassManager &LPM) override { in runOnLoop()
[all …]
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp425 struct LoopInterchange : public FunctionPass { struct
426 static char ID;
427 ScalarEvolution *SE;
428 LoopInfo *LI;
429 DependenceInfo *DI;
430 DominatorTree *DT;
431 bool PreserveLCSSA;
432 LoopInterchange() in LoopInterchange() argument
437 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
447 bool runOnFunction(Function &F) override { in runOnFunction()
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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 …]