Searched refs:LPM (Results 1 - 14 of 14) sorted by relevance

/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoopPass.h40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
46 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { argument
H A DIVUsers.h138 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp166 LPPassManager *LPM; member in class:__anon3223::LoopUnswitch
206 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
439 LPM = &LPM_Ref;
672 LoopInfo *LI, LPPassManager *LPM) {
673 Loop &New = LPM->addLoop(PL);
683 CloneLoop(*I, &New, VM, LI, LPM);
789 LPM->deleteSimpleAnalysisValue(loopPreheader->getTerminator(), L);
1015 LPM->cloneBasicBlockSimpleAnalysis(LoopBlocks[i], NewBB, L);
1029 Loop *NewLoop = CloneLoop(L, L->getParentLoop(), VMap, LI, LPM);
1091 LPM
671 CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, LoopInfo *LI, LPPassManager *LPM) argument
1125 ReplaceUsesOfWith(Instruction *I, Value *V, std::vector<Instruction*> &Worklist, Loop *L, LPPassManager *LPM) argument
[all...]
H A DLoopInstSimplify.cpp72 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLICM.cpp113 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
189 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopIdiomRecognize.cpp84 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
188 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopRotation.cpp592 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
H A DInductiveRangeCheckElimination.cpp221 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
1394 bool InductiveRangeCheckElimination::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopRerollPass.cpp147 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
1474 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DIndVarSimplify.cpp107 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
2077 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopStrengthReduce.cpp4952 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
4999 bool LoopStrengthReduce::runOnLoop(Loop *L, LPPassManager & /*LPM*/) {
/freebsd-11.0-release/contrib/llvm/tools/opt/
H A DPassPrinters.cpp141 bool runOnLoop(Loop *L, LPPassManager &LPM) override {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp729 legacy::PassManagerBase *LPM = unwrap(PM); local
736 Builder->populateLTOPassManager(*LPM);
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DIVUsers.cpp262 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { argument

Completed in 113 milliseconds