Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp36 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 …]
DCMakeLists.txt58 LoopPass.cpp
DIVUsers.cpp354 IVUsersWrapperPass::IVUsersWrapperPass() : LoopPass(ID) { in IVUsersWrapperPass()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopPass.h28 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()
DPasses.h20 class LoopPass; variable
DIVUsers.h167 class IVUsersWrapperPass : public LoopPass {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp67 class LoopRotateLegacyPass : public LoopPass {
72 LoopRotateLegacyPass(int SpecifiedMaxHeaderSize = -1) : LoopPass(ID) { in LoopRotateLegacyPass()
119 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopInstSimplify.cpp179 class LoopInstSimplifyLegacyPass : public LoopPass {
183 LoopInstSimplifyLegacyPass() : LoopPass(ID) { in LoopInstSimplifyLegacyPass()
249 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.cpp351 struct LegacyLoopSinkPass : public LoopPass {
353 LegacyLoopSinkPass() : LoopPass(ID) { in LegacyLoopSinkPass()
381 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopSimplifyCFG.cpp716 class LoopSimplifyCFGLegacyPass : public LoopPass {
719 LoopSimplifyCFGLegacyPass() : LoopPass(ID) { in LoopSimplifyCFGLegacyPass()
760 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopVersioningLICM.cpp118 struct LoopVersioningLICM : public LoopPass {
122 : LoopPass(ID), LoopDepthThreshold(LVLoopDepthThreshold), in LoopVersioningLICM()
DLoopPredication.cpp318 class LoopPredicationLegacyPass : public LoopPass {
321 LoopPredicationLegacyPass() : LoopPass(ID) { in LoopPredicationLegacyPass()
350 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopUnrollPass.cpp1178 class LoopUnroll : public LoopPass {
1211 : LoopPass(ID), OptLevel(OptLevel), OnlyWhenForced(OnlyWhenForced), in LoopUnroll()
1269 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
DGuardWidening.cpp826 struct LoopGuardWideningLegacyPass : public LoopPass {
829 LoopGuardWideningLegacyPass() : LoopPass(ID) { in LoopGuardWideningLegacyPass()
DLoopUnswitch.cpp170 class LoopUnswitch : public LoopPass {
207 : LoopPass(ID), OptimizeForSize(Os), in LoopUnswitch()
392 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
DLoopRerollPass.cpp164 class LoopReroll : public LoopPass {
168 LoopReroll() : LoopPass(ID) { in LoopReroll()
490 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopInterchange.cpp432 struct LoopInterchange : public LoopPass {
442 LoopInterchange() : LoopPass(ID) { in LoopInterchange()
1612 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DLoopIdiomRecognize.cpp203 class LoopIdiomRecognizeLegacyPass : public LoopPass {
207 explicit LoopIdiomRecognizeLegacyPass() : LoopPass(ID) { in LoopIdiomRecognizeLegacyPass()
276 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DInductiveRangeCheckElimination.cpp245 class IRCELegacyPass : public LoopPass {
249 IRCELegacyPass() : LoopPass(ID) { in IRCELegacyPass()
268 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY()
DLICM.cpp195 struct LegacyLICMPass : public LoopPass {
200 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap) { in LegacyLICMPass()
309 INITIALIZE_PASS_DEPENDENCY(LoopPass) in INITIALIZE_PASS_DEPENDENCY() argument
DSimpleLoopUnswitch.cpp2912 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/
DLoopExtractor.cpp39 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/
DMVETailPredication.cpp56 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/
DHexagonVectorLoopCarriedReuse.cpp265 class HexagonVectorLoopCarriedReuse : public LoopPass {
269 explicit HexagonVectorLoopCarriedReuse() : LoopPass(ID) { in HexagonVectorLoopCarriedReuse()

12