/external/llvm/lib/Analysis/ |
D | LoopPass.cpp | 33 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 …]
|
D | CMakeLists.txt | 48 LoopPass.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LoopPass.cpp | 34 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 …]
|
D | CMakeLists.txt | 51 LoopPass.cpp
|
/external/llvm/include/llvm/Analysis/ |
D | LoopPass.h | 29 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()
|
D | Passes.h | 21 class LoopPass; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopPass.h | 29 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()
|
D | Passes.h | 21 class LoopPass; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopSimplifyCFG.cpp | 79 class LoopSimplifyCFGLegacyPass : public LoopPass { 82 LoopSimplifyCFGLegacyPass() : LoopPass(ID) { in LoopSimplifyCFGLegacyPass() 106 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopRotation.cpp | 54 class LoopRotateLegacyPass : public LoopPass { 59 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass() 97 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopInstSimplify.cpp | 165 class LoopInstSimplifyLegacyPass : public LoopPass { 169 LoopInstSimplifyLegacyPass() : LoopPass(ID) { in LoopInstSimplifyLegacyPass() 214 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopDeletion.cpp | 227 class LoopDeletionLegacyPass : public LoopPass { 230 LoopDeletionLegacyPass() : LoopPass(ID) { in LoopDeletionLegacyPass() 246 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopSink.cpp | 349 struct LegacyLoopSinkPass : public LoopPass { 351 LegacyLoopSinkPass() : LoopPass(ID) { in LegacyLoopSinkPass() 379 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopUnrollAndJamPass.cpp | 361 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/ |
D | LoopSimplifyCFG.cpp | 82 class LoopSimplifyCFGLegacyPass : public LoopPass { 85 LoopSimplifyCFGLegacyPass() : LoopPass(ID) { in LoopSimplifyCFGLegacyPass() 108 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopInstSimplify.cpp | 36 class LoopInstSimplify : public LoopPass { 39 LoopInstSimplify() : LoopPass(ID) { in LoopInstSimplify() 58 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopDeletion.cpp | 234 class LoopDeletionLegacyPass : public LoopPass { 237 LoopDeletionLegacyPass() : LoopPass(ID) { in LoopDeletionLegacyPass() 253 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopRotation.cpp | 644 class LoopRotateLegacyPass : public LoopPass { 649 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass() 686 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopVersioningLICM.cpp | 147 struct LoopVersioningLICM : public LoopPass { 167 : LoopPass(ID), AA(nullptr), SE(nullptr), LI(nullptr), DT(nullptr), in LoopVersioningLICM()
|
/external/llvm/tools/opt/ |
D | PassPrinters.h | 23 class LoopPass; variable 37 LoopPass *createLoopPassPrinter(const PassInfo *PI, raw_ostream &out,
|
D | PassPrinters.cpp | 128 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/ |
D | PassPrinters.h | 26 class LoopPass; variable 41 LoopPass *createLoopPassPrinter(const PassInfo *PI, raw_ostream &out,
|
D | PassPrinters.cpp | 134 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/ |
D | LoopExtractor.cpp | 38 struct LoopExtractor : public LoopPass { 43 : LoopPass(ID), NumLoops(numLoops) { in LoopExtractor()
|
/external/llvm/lib/Transforms/IPO/ |
D | LoopExtractor.cpp | 37 struct LoopExtractor : public LoopPass { 42 : LoopPass(ID), NumLoops(numLoops) { in LoopExtractor()
|