Home
last modified time | relevance | path

Searched refs:LPPassManager (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopPass.cpp42 bool runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() argument
74 char LPPassManager::ID = 0;
76 LPPassManager::LPPassManager() in LPPassManager() function in LPPassManager
85 void LPPassManager::deleteLoopFromQueue(Loop *L) { in deleteLoopFromQueue()
110 void LPPassManager::insertLoop(Loop *L, Loop *ParentLoop) { in insertLoop()
123 void LPPassManager::insertLoopIntoQueue(Loop *L) { in insertLoopIntoQueue()
147 void LPPassManager::redoLoop(Loop *L) { in redoLoop()
154 void LPPassManager::cloneBasicBlockSimpleAnalysis(BasicBlock *From, in cloneBasicBlockSimpleAnalysis()
163 void LPPassManager::deleteSimpleAnalysisValue(Value *V, Loop *L) { in deleteSimpleAnalysisValue()
186 void LPPassManager::getAnalysisUsage(AnalysisUsage &Info) const { in getAnalysisUsage()
[all …]
/external/llvm/lib/Analysis/
DLoopPass.cpp46 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() argument
65 char LPPassManager::ID = 0;
67 LPPassManager::LPPassManager() in LPPassManager() function in LPPassManager
74 Loop &LPPassManager::addLoop(Loop *ParentLoop) { in addLoop()
101 void LPPassManager::cloneBasicBlockSimpleAnalysis(BasicBlock *From, in cloneBasicBlockSimpleAnalysis()
110 void LPPassManager::deleteSimpleAnalysisValue(Value *V, Loop *L) { in deleteSimpleAnalysisValue()
123 void LPPassManager::deleteSimpleAnalysisLoop(Loop *L) { in deleteSimpleAnalysisLoop()
139 void LPPassManager::getAnalysisUsage(AnalysisUsage &Info) const { in getAnalysisUsage()
148 bool LPPassManager::runOnFunction(Function &F) { in runOnFunction()
265 void LPPassManager::dumpPassStructure(unsigned Offset) { in dumpPassStructure()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
DSimplifyIndVar.h29 class LPPassManager; variable
42 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM,
47 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM,
53 bool simplifyIVUsers(IVUsers *IU, ScalarEvolution *SE, LPPassManager *LPM,
DUnrollLoop.h23 class LPPassManager; variable
26 unsigned TripMultiple, LoopInfo* LI, LPPassManager* LPM);
DCloning.h33 class LPPassManager; variable
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopPass.h26 class LPPassManager; variable
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
43 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization()
84 class LPPassManager : public FunctionPass, public PMDataManager {
87 explicit LPPassManager();
DLoopDependenceAnalysis.h107 bool runOnLoop(Loop*, LPPassManager&);
DIVUsers.h135 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
/external/llvm/include/llvm/Analysis/
DLoopPass.h25 class LPPassManager; variable
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
46 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization()
97 class LPPassManager : public FunctionPass, public PMDataManager {
100 explicit LPPassManager();
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp80 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
99 bool ProcessLoop(Loop *L, LPPassManager &LPM);
102 Loop *SeparateNestedLoop(Loop *L, LPPassManager &LPM);
125 bool LoopSimplify::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop()
141 bool LoopSimplify::ProcessLoop(Loop *L, LPPassManager &LPM) { in ProcessLoop()
532 Loop *LoopSimplify::SeparateNestedLoop(Loop *L, LPPassManager &LPM) { in SeparateNestedLoop()
DSimplifyIndVar.cpp57 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, LPPassManager *LPM, in SimplifyIndvar()
380 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, in simplifyUsersOfIV()
391 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, in simplifyLoopIVs()
405 bool simplifyIVUsers(IVUsers *IU, ScalarEvolution *SE, LPPassManager *LPM, in simplifyIVUsers()
DLCSSA.cpp60 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
116 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) { in runOnLoop()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopInstSimplify.cpp37 bool runOnLoop(Loop*, LPPassManager&);
63 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopUnrollPass.cpp76 bool runOnLoop(Loop *L, LPPassManager &LPM);
129 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopDeletion.cpp37 bool runOnLoop(Loop* L, LPPassManager& LPM);
130 bool LoopDeletion::runOnLoop(Loop* L, LPPassManager& LPM) { in runOnLoop()
DLoopRotation.cpp54 bool runOnLoop(Loop *L, LPPassManager &LPM);
73 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopUnswitch.cpp69 LPPassManager *LPM;
100 bool runOnLoop(Loop *L, LPPassManager &LPM);
208 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop()
466 LoopInfo *LI, LPPassManager *LPM) { in CloneLoop()
732 Loop *L, LPPassManager *LPM) { in ReplaceUsesOfWith()
/external/llvm/lib/Transforms/Scalar/
DLoopInstSimplify.cpp43 bool runOnLoop(Loop*, LPPassManager&) override;
67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopDeletion.cpp242 bool runOnLoop(Loop *L, LPPassManager &) override;
259 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() argument
DLoopSimplifyCFG.cpp89 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() argument
DLoopVersioningLICM.cpp150 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
507 bool LoopVersioningLICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopUnswitch.cpp168 LPPassManager *LPM;
211 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
444 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { in runOnLoop()
729 LoopInfo *LI, LPPassManager *LPM) { in CloneLoop()
1183 Loop *L, LPPassManager *LPM) { in ReplaceUsesOfWith()
/external/llvm/include/llvm/Transforms/Utils/
DUnrollLoop.h27 class LPPassManager; variable
/external/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp46 bool runOnLoop(Loop *L, LPPassManager &) override;
83 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() argument
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DLoopExtractor.cpp45 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
81 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()

12