Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
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 …]
/external/llvm/lib/Transforms/Scalar/
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 …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp432 struct LoopInterchange { struct
433 ScalarEvolution *SE = nullptr;
434 LoopInfo *LI = nullptr;
435 DependenceInfo *DI = nullptr;
436 DominatorTree *DT = nullptr;
439 OptimizationRemarkEmitter *ORE;
441 LoopInterchange(ScalarEvolution *SE, LoopInfo *LI, DependenceInfo *DI, in LoopInterchange() function
445 bool run(Loop *L) { in run()
452 bool isComputableLoopNest(LoopVector LoopList) { in isComputableLoopNest()
471 unsigned selectLoopForInterchange(const LoopVector &LoopList) { in selectLoopForInterchange()
[all …]