Home
last modified time | relevance | path

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

1234

/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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopPass.cpp48 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() argument
67 char LPPassManager::ID = 0;
69 LPPassManager::LPPassManager() in LPPassManager() function in LPPassManager
76 void LPPassManager::addLoop(Loop &L) { in addLoop()
96 void LPPassManager::cloneBasicBlockSimpleAnalysis(BasicBlock *From, in cloneBasicBlockSimpleAnalysis()
105 void LPPassManager::deleteSimpleAnalysisValue(Value *V, Loop *L) { in deleteSimpleAnalysisValue()
118 void LPPassManager::deleteSimpleAnalysisLoop(Loop *L) { in deleteSimpleAnalysisLoop()
134 void LPPassManager::getAnalysisUsage(AnalysisUsage &Info) const { in getAnalysisUsage()
142 void LPPassManager::markLoopAsDeleted(Loop &L) { in markLoopAsDeleted()
160 bool LPPassManager::runOnFunction(Function &F) { in runOnFunction()
[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);
/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&);
/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-7.0/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-7.0/llvm/lib/Transforms/IPO/
DLoopExtractor.cpp47 bool runOnLoop(Loop *L, LPPassManager &) override;
84 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
/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()
/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
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopDeletion.cpp235 bool runOnLoop(Loop *L, LPPassManager &) override;
252 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
DLoopSimplifyCFG.cpp86 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() argument
/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()

1234