Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp67 struct LoopSimplify : public LoopPass { struct
68 static char ID; // Pass identification, replacement for typeid
69 LoopSimplify() : LoopPass(ID) { in LoopSimplify() argument
75 AliasAnalysis *AA;
76 LoopInfo *LI;
77 DominatorTree *DT;
78 ScalarEvolution *SE;
79 Loop *L;
82 virtual void getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp714 struct LoopSimplify : public FunctionPass { struct
715 static char ID; // Pass identification, replacement for typeid
716 LoopSimplify() : FunctionPass(ID) { in LoopSimplify() argument
722 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp723 struct LoopSimplify : public FunctionPass { struct
724 static char ID; // Pass identification, replacement for typeid
725 LoopSimplify() : FunctionPass(ID) { in LoopSimplify() argument
731 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopUnswitch.cpp166 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY() argument