/external/llvm/include/llvm/Analysis/ |
LoopDependenceAnalysis.h | 107 bool runOnLoop(Loop*, LPPassManager&);
|
LoopPass.h | 38 // runOnLoop - This method should be implemented by the subclass to perform 40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
|
IVUsers.h | 135 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
|
/external/llvm/lib/Transforms/Scalar/ |
LoopInstSimplify.cpp | 37 bool runOnLoop(Loop*, LPPassManager&); 63 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
|
LoopUnrollPass.cpp | 70 bool runOnLoop(Loop *L, LPPassManager &LPM); 121 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) {
|
LoopDeletion.cpp | 37 bool runOnLoop(Loop* L, LPPassManager& LPM); 124 /// runOnLoop - Remove dead loops, by which we mean loops that do not impact the 130 bool LoopDeletion::runOnLoop(Loop* L, LPPassManager& LPM) {
|
LoopRotation.cpp | 54 bool runOnLoop(Loop *L, LPPassManager &LPM); 73 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) {
|
LICM.cpp | 73 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 184 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) {
|
LoopIdiomRecognize.cpp | 78 bool runOnLoop(Loop *L, LPPassManager &LPM); 173 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) {
|
LoopUnswitch.cpp | 100 bool runOnLoop(Loop *L, LPPassManager &LPM); 208 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { [all...] |
IndVarSimplify.cpp | 106 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); [all...] |
LoopStrengthReduce.cpp | [all...] |
/external/llvm/lib/Transforms/IPO/ |
LoopExtractor.cpp | 44 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 80 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) {
|
/external/llvm/lib/Transforms/Utils/ |
LCSSA.cpp | 60 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 116 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) {
|
LoopSimplify.cpp | 80 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 122 /// runOnLoop - Run down all loops in the CFG (recursively, but we could do 125 bool LoopSimplify::runOnLoop(Loop *l, LPPassManager &LPM) {
|
/external/llvm/lib/Analysis/ |
LoopPass.cpp | 42 bool runOnLoop(Loop *L, LPPassManager &) { 285 Changed |= P->runOnLoop(CurrentLoop, *this);
|
IVUsers.cpp | 172 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) {
|
LoopDependenceAnalysis.cpp | 310 bool LoopDependenceAnalysis::runOnLoop(Loop *L, LPPassManager &) {
|
/external/llvm/unittests/VMCore/ |
PassManagerTest.cpp | 206 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) {
|
/external/llvm/tools/opt/ |
opt.cpp | 259 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) {
|