/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LoopPass.cpp | 42 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/ |
D | LoopPass.cpp | 48 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/ |
D | LoopPass.cpp | 46 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/ |
D | SimplifyIndVar.h | 29 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,
|
D | UnrollLoop.h | 23 class LPPassManager; variable 26 unsigned TripMultiple, LoopInfo* LI, LPPassManager* LPM);
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | LoopPass.h | 26 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();
|
D | LoopDependenceAnalysis.h | 107 bool runOnLoop(Loop*, LPPassManager&);
|
/external/llvm/include/llvm/Analysis/ |
D | LoopPass.h | 25 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/ |
D | LoopPass.h | 25 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/ |
D | LoopExtractor.cpp | 47 bool runOnLoop(Loop *L, LPPassManager &) override; 84 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LoopSimplify.cpp | 80 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()
|
D | SimplifyIndVar.cpp | 57 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()
|
D | LCSSA.cpp | 60 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/ |
D | LoopInstSimplify.cpp | 37 bool runOnLoop(Loop*, LPPassManager&); 63 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopUnrollPass.cpp | 76 bool runOnLoop(Loop *L, LPPassManager &LPM); 129 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopDeletion.cpp | 37 bool runOnLoop(Loop* L, LPPassManager& LPM); 130 bool LoopDeletion::runOnLoop(Loop* L, LPPassManager& LPM) { in runOnLoop()
|
D | LoopRotation.cpp | 54 bool runOnLoop(Loop *L, LPPassManager &LPM); 73 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInstSimplify.cpp | 43 bool runOnLoop(Loop*, LPPassManager&) override; 67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopDeletion.cpp | 242 bool runOnLoop(Loop *L, LPPassManager &) override; 259 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() argument
|
D | LoopSimplifyCFG.cpp | 89 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopDeletion.cpp | 235 bool runOnLoop(Loop *L, LPPassManager &) override; 252 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
D | LoopSimplifyCFG.cpp | 86 bool runOnLoop(Loop *L, LPPassManager &) override { in runOnLoop() argument
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 27 class LPPassManager; variable
|
/external/llvm/lib/Transforms/IPO/ |
D | LoopExtractor.cpp | 46 bool runOnLoop(Loop *L, LPPassManager &) override; 83 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &) { in runOnLoop() argument
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | LoopExtractor.cpp | 45 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 81 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|