/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopPass.cpp | 36 class PrintLoopPassWrapper : public LoopPass { 42 PrintLoopPassWrapper() : LoopPass(ID), OS(dbgs()) {} in PrintLoopPassWrapper() 44 : LoopPass(ID), OS(OS), Banner(Banner) {} in PrintLoopPassWrapper() 101 LoopPass *LP = getContainedPass(Index); in cloneBasicBlockSimpleAnalysis() 114 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisValue() 122 LoopPass *LP = getContainedPass(Index); in deleteSimpleAnalysisLoop() 192 LoopPass *P = getContainedPass(Index); in runOnFunction() 212 LoopPass *P = getContainedPass(Index); in runOnFunction() 307 LoopPass *P = getContainedPass(Index); in runOnFunction() 328 Pass *LoopPass::createPrinterPass(raw_ostream &O, in createPrinterPass() [all …]
|
D | CMakeLists.txt | 58 LoopPass.cpp
|
D | IVUsers.cpp | 354 IVUsersWrapperPass::IVUsersWrapperPass() : LoopPass(ID) { in IVUsersWrapperPass()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopPass.h | 28 class LoopPass : public Pass { 30 explicit LoopPass(char &pid) : Pass(PT_Loop, pid) {} in LoopPass() function 117 LoopPass *getContainedPass(unsigned N) { in getContainedPass() 119 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]); in getContainedPass()
|
D | Passes.h | 20 class LoopPass; variable
|
D | IVUsers.h | 167 class IVUsersWrapperPass : public LoopPass {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopRotation.cpp | 67 class LoopRotateLegacyPass : public LoopPass { 72 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass() 119 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopInstSimplify.cpp | 179 class LoopInstSimplifyLegacyPass : public LoopPass { 183 LoopInstSimplifyLegacyPass() : LoopPass(ID) { in LoopInstSimplifyLegacyPass() 249 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 | 351 struct LegacyLoopSinkPass : public LoopPass { 353 LegacyLoopSinkPass() : LoopPass(ID) { in LegacyLoopSinkPass() 381 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopSimplifyCFG.cpp | 716 class LoopSimplifyCFGLegacyPass : public LoopPass { 719 LoopSimplifyCFGLegacyPass() : LoopPass(ID) { in LoopSimplifyCFGLegacyPass() 760 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopVersioningLICM.cpp | 118 struct LoopVersioningLICM : public LoopPass { 122 : LoopPass(ID), LoopDepthThreshold(LVLoopDepthThreshold), in LoopVersioningLICM()
|
D | LoopPredication.cpp | 318 class LoopPredicationLegacyPass : public LoopPass { 321 LoopPredicationLegacyPass() : LoopPass(ID) { in LoopPredicationLegacyPass() 350 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopUnrollPass.cpp | 1178 class LoopUnroll : public LoopPass { 1211 : LoopPass(ID), OptLevel(OptLevel), OnlyWhenForced(OnlyWhenForced), in LoopUnroll() 1269 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | GuardWidening.cpp | 826 struct LoopGuardWideningLegacyPass : public LoopPass { 829 LoopGuardWideningLegacyPass() : LoopPass(ID) { in LoopGuardWideningLegacyPass()
|
D | LoopUnswitch.cpp | 170 class LoopUnswitch : public LoopPass { 207 : LoopPass(ID), OptimizeForSize(Os), in LoopUnswitch() 392 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LoopRerollPass.cpp | 164 class LoopReroll : public LoopPass { 168 LoopReroll() : LoopPass(ID) { in LoopReroll() 490 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopInterchange.cpp | 432 struct LoopInterchange : public LoopPass { 442 LoopInterchange() : LoopPass(ID) { in LoopInterchange() 1612 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | LoopIdiomRecognize.cpp | 203 class LoopIdiomRecognizeLegacyPass : public LoopPass { 207 explicit LoopIdiomRecognizeLegacyPass() : LoopPass(ID) { in LoopIdiomRecognizeLegacyPass() 276 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | InductiveRangeCheckElimination.cpp | 245 class IRCELegacyPass : public LoopPass { 249 IRCELegacyPass() : LoopPass(ID) { in IRCELegacyPass() 268 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
|
D | LICM.cpp | 195 struct LegacyLICMPass : public LoopPass { 200 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap) { in LegacyLICMPass() 309 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
|
D | SimpleLoopUnswitch.cpp | 2912 class SimpleLoopUnswitchLegacyPass : public LoopPass { 2919 : LoopPass(ID), NonTrivial(NonTrivial) { in SimpleLoopUnswitchLegacyPass() 3003 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | LoopExtractor.cpp | 39 struct LoopExtractor : public LoopPass { 44 : LoopPass(ID), NumLoops(numLoops) { in LoopExtractor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 56 class MVETailPredication : public LoopPass { 65 MVETailPredication() : LoopPass(ID) { } in MVETailPredication()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVectorLoopCarriedReuse.cpp | 265 class HexagonVectorLoopCarriedReuse : public LoopPass { 269 explicit HexagonVectorLoopCarriedReuse() : LoopPass(ID) { in HexagonVectorLoopCarriedReuse()
|