/external/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 69 LPPassManager *LPM; member in __anone333cf870111::LoopUnswitch 100 bool runOnLoop(Loop *L, LPPassManager &LPM); 210 LPM = &LPM_Ref; in runOnLoop() 466 LoopInfo *LI, LPPassManager *LPM) { in CloneLoop() argument 468 LPM->insertLoop(New, PL); in CloneLoop() 478 CloneLoop(*I, New, VM, LI, LPM); in CloneLoop() 542 LPM->deleteSimpleAnalysisValue(loopPreheader->getTerminator(), L); in UnswitchTrivialCondition() 619 LPM->cloneBasicBlockSimpleAnalysis(LoopBlocks[i], NewBB, L); in UnswitchNontrivialCondition() 628 Loop *NewLoop = CloneLoop(L, L->getParentLoop(), VMap, LI, LPM); in UnswitchNontrivialCondition() 671 LPM->deleteSimpleAnalysisValue(OldBR, L); in UnswitchNontrivialCondition() [all …]
|
D | LoopUnrollPass.cpp | 70 bool runOnLoop(Loop *L, LPPassManager &LPM); 121 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() argument 186 if (!UnrollLoop(L, Count, LI, &LPM)) in runOnLoop()
|
D | LoopDeletion.cpp | 37 bool runOnLoop(Loop* L, LPPassManager& LPM); 130 bool LoopDeletion::runOnLoop(Loop* L, LPPassManager& LPM) { in runOnLoop() argument 242 LPM.deleteLoopFromQueue(L); in runOnLoop()
|
D | LoopRotation.cpp | 54 bool runOnLoop(Loop *L, LPPassManager &LPM); 73 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() argument
|
D | LoopInstSimplify.cpp | 63 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() argument
|
D | LoopIdiomRecognize.cpp | 78 bool runOnLoop(Loop *L, LPPassManager &LPM); 173 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() argument
|
D | LICM.cpp | 73 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 184 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() argument
|
D | IndVarSimplify.cpp | 106 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 1997 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() argument
|
D | LoopStrengthReduce.cpp | 3854 bool runOnLoop(Loop *L, LPPassManager &LPM);
|
/external/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() argument 133 Changed |= ProcessLoop(L, LPM); in runOnLoop() 141 bool LoopSimplify::ProcessLoop(Loop *L, LPPassManager &LPM) { in ProcessLoop() argument 243 if (SeparateNestedLoop(L, LPM)) { in ProcessLoop() 513 Loop *LoopSimplify::SeparateNestedLoop(Loop *L, LPPassManager &LPM) { in SeparateNestedLoop() argument 561 LPM.insertLoopIntoQueue(NewOuter); in SeparateNestedLoop()
|
D | LoopUnroll.cpp | 117 LoopInfo *LI, LPPassManager *LPM) { in UnrollLoop() argument 149 if (ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>()) in UnrollLoop() 391 if (CompletelyUnroll && LPM != NULL) in UnrollLoop() 392 LPM->deleteLoopFromQueue(L); in UnrollLoop()
|
D | LCSSA.cpp | 60 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 116 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) { in runOnLoop() argument
|
/external/llvm/include/llvm/Analysis/ |
D | LoopPass.h | 40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0; 43 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { in doInitialization() argument
|
D | IVUsers.h | 135 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
|
/external/llvm/lib/Transforms/IPO/ |
D | LoopExtractor.cpp | 44 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 80 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop() argument 123 LPM.deleteLoopFromQueue(L); in runOnLoop()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | UnrollLoop.h | 25 bool UnrollLoop(Loop *L, unsigned Count, LoopInfo* LI, LPPassManager* LPM);
|
/external/grub/netboot/ |
D | sis900.h | 59 LPM = 0x00000004, enumerator
|
/external/llvm/unittests/VMCore/ |
D | PassManagerTest.cpp | 201 virtual bool doInitialization(Loop* L, LPPassManager &LPM) { in doInitialization() 206 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|
/external/llvm/lib/Analysis/ |
D | IVUsers.cpp | 172 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { in runOnLoop() argument
|
/external/llvm/tools/opt/ |
D | opt.cpp | 259 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
|