Searched defs:LPM (Results 1 - 20 of 20) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopPass.h40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
43 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { argument
/external/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp37 bool runOnLoop(Loop* L, LPPassManager& LPM);
130 bool LoopDeletion::runOnLoop(Loop* L, LPPassManager& LPM) { argument
242 LPM.deleteLoopFromQueue(L);
H A DLoopInstSimplify.cpp66 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopUnrollPass.cpp79 bool runOnLoop(Loop *L, LPPassManager &LPM);
133 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { argument
220 if (!UnrollLoop(L, Count, TripCount, UnrollRuntime, TripMultiple, LI, &LPM))
H A DLoopRotation.cpp56 bool runOnLoop(Loop *L, LPPassManager &LPM);
76 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopIdiomRecognize.cpp78 bool runOnLoop(Loop *L, LPPassManager &LPM);
175 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLICM.cpp76 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
202 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopUnswitch.cpp126 LPPassManager *LPM; member in class:__anon9112::LoopUnswitch
158 bool runOnLoop(Loop *L, LPPassManager &LPM);
378 LPM = &LPM_Ref;
651 LoopInfo *LI, LPPassManager *LPM) {
653 LPM->insertLoop(New, PL);
663 CloneLoop(*I, New, VM, LI, LPM);
727 LPM->deleteSimpleAnalysisValue(loopPreheader->getTerminator(), L);
811 LPM->cloneBasicBlockSimpleAnalysis(LoopBlocks[i], NewBB, L);
820 Loop *NewLoop = CloneLoop(L, L->getParentLoop(), VMap, LI, LPM);
881 LPM
650 CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, LoopInfo *LI, LPPassManager *LPM) argument
920 ReplaceUsesOfWith(Instruction *I, Value *V, std::vector<Instruction*> &Worklist, Loop *L, LPPassManager *LPM) argument
[all...]
H A DIndVarSimplify.cpp84 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
108 void SimplifyAndExtend(Loop *L, SCEVExpander &Rewriter, LPPassManager &LPM);
1055 LPPassManager &LPM) {
1079 Changed |= simplifyUsersOfIV(CurrIV, SE, &LPM, DeadInsts, &WIV);
1686 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { argument
1726 SimplifyAndExtend(L, Rewriter, LPM);
1053 SimplifyAndExtend(Loop *L, SCEVExpander &Rewriter, LPPassManager &LPM) argument
/external/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp365 PassManagerBase *LPM = unwrap(PM); local
366 Builder->populateLTOPassManager(*LPM, Internalize, RunInliner);
H A DLoopExtractor.cpp45 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
81 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { argument
140 LPM.deleteLoopFromQueue(L);
/external/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp60 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
116 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) { argument
H A DLoopUnroll.cpp64 LPPassManager *LPM) {
98 if (LPM) {
99 if (ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>()) {
135 /// removed from the LoopPassManager as well. LPM can also be NULL.
141 LoopInfo *LI, LPPassManager *LPM) {
204 if (RuntimeTripCount && !UnrollRuntimeLoopProlog(L, Count, LI, LPM))
209 if (LPM) {
210 ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>();
407 if (BasicBlock *Fold = FoldBlockIntoPredecessor(Dest, LI, LPM))
412 if (LPM) {
63 FoldBlockIntoPredecessor(BasicBlock *BB, LoopInfo* LI, LPPassManager *LPM) argument
139 UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool AllowRuntime, unsigned TripMultiple, LoopInfo *LI, LPPassManager *LPM) argument
[all...]
H A DLoopUnrollRuntime.cpp228 LPPassManager *LPM) {
240 if (!LPM)
242 ScalarEvolution *SE = LPM->getAnalysisIfAvailable<ScalarEvolution>();
273 BasicBlock *PEnd = SplitEdge(PH, Header, LPM->getAsPass());
274 BasicBlock *NewPH = SplitBlock(PEnd, PEnd->getTerminator(), LPM->getAsPass());
371 LPM->getAsPass());
227 UnrollRuntimeLoopProlog(Loop *L, unsigned Count, LoopInfo *LI, LPPassManager *LPM) argument
H A DSimplifyIndVar.cpp54 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, LPPassManager *LPM, argument
57 LI(LPM->getAnalysisIfAvailable<LoopInfo>()),
59 TD(LPM->getAnalysisIfAvailable<TargetData>()),
373 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, argument
376 LoopInfo *LI = &LPM->getAnalysis<LoopInfo>();
377 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, LPM, Dead);
384 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, argument
388 Changed |= simplifyUsersOfIV(cast<PHINode>(I), SE, LPM, Dead);
H A DLoopSimplify.cpp80 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
99 bool ProcessLoop(Loop *L, LPPassManager &LPM);
102 Loop *SeparateNestedLoop(Loop *L, LPPassManager &LPM,
126 bool LoopSimplify::runOnLoop(Loop *l, LPPassManager &LPM) { argument
134 Changed |= ProcessLoop(L, LPM);
142 bool LoopSimplify::ProcessLoop(Loop *L, LPPassManager &LPM) { argument
244 if (SeparateNestedLoop(L, LPM, Preheader)) {
539 Loop *LoopSimplify::SeparateNestedLoop(Loop *L, LPPassManager &LPM, argument
594 LPM.insertLoopIntoQueue(NewOuter);
/external/llvm/lib/Analysis/
H A DIVUsers.cpp232 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { argument
/external/llvm/tools/opt/
H A Dopt.cpp270 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { argument
/external/llvm/unittests/VMCore/
H A DPassManagerTest.cpp201 virtual bool doInitialization(Loop* L, LPPassManager &LPM) { argument
206 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { argument
/external/grub/netboot/
H A Dsis900.h59 LPM = 0x00000004, enumerator in enum:sis900_configuration_register_bits

Completed in 439 milliseconds