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

  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 39 bool runOnLoop(Loop*, LPPassManager&);
67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
LoopUnrollPass.cpp 80 bool runOnLoop(Loop *L, LPPassManager &LPM);
138 bool LoopUnroll::runOnLoop(Loop *L, LPPassManager &LPM) {
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) {
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/include/llvm/Analysis/
LoopPass.h 37 // runOnLoop - This method should be implemented by the subclass to perform
39 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
IVUsers.h 134 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
  /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/unittests/IR/
PassManagerTest.cpp 210 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) {
  /external/llvm/tools/opt/
opt.cpp 275 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) {
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 150 milliseconds