HomeSort by relevance Sort by last modified time
    Searched refs:runOnLoop (Results 1 - 20 of 20) sorted by null

  /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 38 bool runOnLoop(Loop*, LPPassManager&);
66 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
LoopUnrollPass.cpp 79 bool runOnLoop(Loop *L, LPPassManager &LPM);
133 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 56 bool runOnLoop(Loop *L, LPPassManager &LPM);
76 bool LoopRotate::runOnLoop(Loop *L, LPPassManager &LPM) {
LICM.cpp 76 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
202 bool LICM::runOnLoop(Loop *L, LPPassManager &LPM) {
    [all...]
LoopIdiomRecognize.cpp 78 bool runOnLoop(Loop *L, LPPassManager &LPM);
175 bool LoopIdiomRecognize::runOnLoop(Loop *L, LPPassManager &LPM) {
LoopUnswitch.cpp 158 bool runOnLoop(Loop *L, LPPassManager &LPM);
376 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 &) {
228 Changed |= P->runOnLoop(CurrentLoop, *this);
IVUsers.cpp 232 bool IVUsers::runOnLoop(Loop *l, LPPassManager &LPM) {
LoopDependenceAnalysis.cpp 314 bool LoopDependenceAnalysis::runOnLoop(Loop *L, LPPassManager &) {
  /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 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);
123 /// runOnLoop - Run down all loops in the CFG (recursively, but we could do
126 bool LoopSimplify::runOnLoop(Loop *l, LPPassManager &LPM) {
  /external/llvm/unittests/VMCore/
PassManagerTest.cpp 206 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) {
  /external/llvm/tools/opt/
opt.cpp 270 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) {

Completed in 239 milliseconds