Home
last modified time | relevance | path

Searched refs:LoopPass (Results 1 – 25 of 60) sorted by relevance

123

/external/llvm/lib/Analysis/
DLoopPass.cpp33 class PrintLoopPassWrapper : public LoopPass {
38 PrintLoopPassWrapper() : LoopPass(ID) {} in PrintLoopPassWrapper()
40 : LoopPass(ID), P(OS, Banner) {} in PrintLoopPassWrapper()
104 LoopPass *LP = getContainedPass(Index); in cloneBasicBlockSimpleAnalysis()
117 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisValue()
125 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisLoop()
176 LoopPass *P = getContainedPass(Index); in runOnFunction()
188 LoopPass *P = getContainedPass(Index); in runOnFunction()
257 LoopPass *P = getContainedPass(Index); in runOnFunction()
278 Pass *LoopPass::createPrinterPass(raw_ostream &O, in createPrinterPass()
[all …]
DCMakeLists.txt48 LoopPass.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopPass.cpp34 class PrintLoopPassWrapper : public LoopPass {
40 PrintLoopPassWrapper() : LoopPass(ID), OS(dbgs()) {} in PrintLoopPassWrapper()
42 : LoopPass(ID), OS(OS), Banner(Banner) {} in PrintLoopPassWrapper()
99 LoopPass *LP = getContainedPass(Index); in cloneBasicBlockSimpleAnalysis()
112 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisValue()
120 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisLoop()
190 LoopPass *P = getContainedPass(Index); in runOnFunction()
204 LoopPass *P = getContainedPass(Index); in runOnFunction()
286 LoopPass *P = getContainedPass(Index); in runOnFunction()
307 Pass *LoopPass::createPrinterPass(raw_ostream &O, in createPrinterPass()
[all …]
DCMakeLists.txt51 LoopPass.cpp
/external/llvm/include/llvm/Analysis/
DLoopPass.h29 class LoopPass : public Pass {
31 explicit LoopPass(char &pid) : Pass(PT_Loop, pid) {} in LoopPass() function
120 LoopPass *getContainedPass(unsigned N) { in getContainedPass()
122 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass()
DPasses.h21 class LoopPass; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopPass.h29 class LoopPass : public Pass {
31 explicit LoopPass(char &pid) : Pass(PT_Loop, pid) {} in LoopPass() function
118 LoopPass *getContainedPass(unsigned N) { in getContainedPass()
120 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass()
DPasses.h21 class LoopPass; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp79 class LoopSimplifyCFGLegacyPass : public LoopPass {
82 LoopSimplifyCFGLegacyPass() : LoopPass(ID) { in LoopSimplifyCFGLegacyPass()
106 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopRotation.cpp54 class LoopRotateLegacyPass : public LoopPass {
59 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass()
97 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopInstSimplify.cpp165 class LoopInstSimplifyLegacyPass : public LoopPass {
169 LoopInstSimplifyLegacyPass() : LoopPass(ID) { in LoopInstSimplifyLegacyPass()
214 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopDeletion.cpp227 class LoopDeletionLegacyPass : public LoopPass {
230 LoopDeletionLegacyPass() : LoopPass(ID) { in LoopDeletionLegacyPass()
246 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopSink.cpp349 struct LegacyLoopSinkPass : public LoopPass {
351 LegacyLoopSinkPass() : LoopPass(ID) { in LegacyLoopSinkPass()
379 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopUnrollAndJamPass.cpp361 class LoopUnrollAndJam : public LoopPass {
366 LoopUnrollAndJam(int OptLevel = 2) : LoopPass(ID), OptLevel(OptLevel) { in LoopUnrollAndJam()
414 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
/external/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp82 class LoopSimplifyCFGLegacyPass : public LoopPass {
85 LoopSimplifyCFGLegacyPass() : LoopPass(ID) { in LoopSimplifyCFGLegacyPass()
108 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopInstSimplify.cpp36 class LoopInstSimplify : public LoopPass {
39 LoopInstSimplify() : LoopPass(ID) { in LoopInstSimplify()
58 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopDeletion.cpp234 class LoopDeletionLegacyPass : public LoopPass {
237 LoopDeletionLegacyPass() : LoopPass(ID) { in LoopDeletionLegacyPass()
253 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopRotation.cpp644 class LoopRotateLegacyPass : public LoopPass {
649 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass()
686 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopVersioningLICM.cpp147 struct LoopVersioningLICM : public LoopPass {
167 : LoopPass(ID), AA(nullptr), SE(nullptr), LI(nullptr), DT(nullptr), in LoopVersioningLICM()
/external/llvm/tools/opt/
DPassPrinters.h23 class LoopPass; variable
37 LoopPass *createLoopPassPrinter(const PassInfo *PI, raw_ostream &out,
DPassPrinters.cpp128 struct LoopPassPrinter : public LoopPass {
136 : LoopPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in LoopPassPrinter()
247 LoopPass *llvm::createLoopPassPrinter(const PassInfo *PI, raw_ostream &OS, in createLoopPassPrinter()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DPassPrinters.h26 class LoopPass; variable
41 LoopPass *createLoopPassPrinter(const PassInfo *PI, raw_ostream &out,
DPassPrinters.cpp134 struct LoopPassPrinter : public LoopPass {
142 : LoopPass(ID), PassToPrint(PI), Out(out), QuietPass(Quiet) { in LoopPassPrinter()
254 LoopPass *llvm::createLoopPassPrinter(const PassInfo *PI, raw_ostream &OS, in createLoopPassPrinter()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp38 struct LoopExtractor : public LoopPass {
43 : LoopPass(ID), NumLoops(numLoops) { in LoopExtractor()
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp37 struct LoopExtractor : public LoopPass {
42 : LoopPass(ID), NumLoops(numLoops) { in LoopExtractor()

123