/external/llvm/lib/Transforms/Scalar/ |
LoopDeletion.cpp | 37 bool runOnLoop(Loop *L, LPPassManager &LPM); 126 /// runOnLoop - Remove dead loops, by which we mean loops that do not impact the 132 bool LoopDeletion::runOnLoop(Loop *L, LPPassManager &LPM) {
|
LoopUnrollPass.cpp | 80 bool runOnLoop(Loop *L, LPPassManager &LPM); 138 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) {
|
LoopInstSimplify.cpp | 39 bool runOnLoop(Loop*, LPPassManager&); 67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
|
LoopRotation.cpp | 58 bool runOnLoop(Loop *L, LPPassManager &LPM); 80 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) {
|
LICM.cpp | 77 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 205 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) { [all...] |
LoopIdiomRecognize.cpp | 146 bool runOnLoop(Loop *L, LPPassManager &LPM); 707 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) { [all...] |
LoopUnswitch.cpp | 159 bool runOnLoop(Loop *L, LPPassManager &LPM); 386 bool LoopUnswitch::runOnLoop(Loop *L, LPPassManager &LPM_Ref) { [all...] |
IndVarSimplify.cpp | 84 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); [all...] |
LoopStrengthReduce.cpp | [all...] |
/external/llvm/lib/Analysis/ |
LoopPass.cpp | 40 bool runOnLoop(Loop *L, LPPassManager &) { 232 Changed |= P->runOnLoop(CurrentLoop, *this);
|
IVUsers.cpp | 232 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) {
|
/external/llvm/lib/Transforms/IPO/ |
LoopExtractor.cpp | 45 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 81 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) {
|
/external/llvm/lib/Transforms/Utils/ |
LCSSA.cpp | 62 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 118 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) {
|
LoopSimplify.cpp | 82 virtual bool runOnLoop(Loop *L, LPPassManager &LPM); 126 /// runOnLoop - Run down all loops in the CFG (recursively, but we could do 129 bool LoopSimplify::runOnLoop(Loop *l, LPPassManager &LPM) {
|
/external/llvm/tools/opt/ |
opt.cpp | 275 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) {
|
/external/llvm/unittests/IR/ |
PassManagerTest.cpp | 210 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) {
|
/external/llvm/lib/Transforms/Vectorize/ |
LoopVectorize.cpp | [all...] |