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

/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DLoopPass.h45 virtual bool doInitialization(Loop *L, LPPassManager &LPM) { argument
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopDeletion.cpp132 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopInstSimplify.cpp67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopUnrollPass.cpp148 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopRotation.cpp80 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLICM.cpp205 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopRerollPass.cpp1135 bool LoopReroll::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopIdiomRecognize.cpp707 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DLoopUnswitch.cpp127 LPPassManager *LPM; member in class:__anon2797::LoopUnswitch
661 CloneLoop(Loop *L, Loop *PL, ValueToValueMapTy &VM, LoopInfo *LI, LPPassManager *LPM) argument
926 ReplaceUsesOfWith(Instruction *I, Value *V, std::vector<Instruction*> &Worklist, Loop *L, LPPassManager *LPM) argument
[all...]
H A DIndVarSimplify.cpp1745 bool IndVarSimplify::runOnLoop(Loop *L, LPPassManager &LPM) { argument
1093 SimplifyAndExtend(Loop *L, SCEVExpander &Rewriter, LPPassManager &LPM) argument
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Utils/
H A DLCSSA.cpp114 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) { argument
H A DLoopUnroll.cpp63 FoldBlockIntoPredecessor(BasicBlock *BB, LoopInfo* LI, LPPassManager *LPM) argument
141 UnrollLoop(Loop *L, unsigned Count, unsigned TripCount, bool AllowRuntime, unsigned TripMultiple, LoopInfo *LI, LPPassManager *LPM) argument
[all...]
H A DLoopUnrollRuntime.cpp227 UnrollRuntimeLoopProlog(Loop *L, unsigned Count, LoopInfo *LI, LPPassManager *LPM) argument
H A DSimplifyIndVar.cpp54 SimplifyIndvar(Loop *Loop, ScalarEvolution *SE, LPPassManager *LPM, argument
373 bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM, argument
384 bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM, argument
H A DLoopSimplify.cpp129 bool LoopSimplify::runOnLoop(Loop *l, LPPassManager &LPM) { argument
145 bool LoopSimplify::ProcessLoop(Loop *L, LPPassManager &LPM) { argument
547 Loop *LoopSimplify::SeparateNestedLoop(Loop *L, LPPassManager &LPM, argument
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp81 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { argument
H A DPassManagerBuilder.cpp438 PassManagerBase *LPM = unwrap(PM); local
/freebsd-10.2-release/contrib/llvm/tools/opt/
H A Dopt.cpp290 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { argument
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DIVUsers.cpp251 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) { argument
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp904 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) { argument

Completed in 140 milliseconds