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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
LoopRotationUtils.h 32 /// LoopRotation. If it is true, the profitability heuristic will be ignored.
33 bool LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 1 //===- LoopRotation.cpp - Loop Rotation Pass ------------------------------===//
14 #include "llvm/Transforms/Scalar/LoopRotation.h"
43 bool Changed = LoopRotation(&L, &AR.LI, &AR.TTI, &AR.AC, &AR.DT, &AR.SE, SQ,
87 return LoopRotation(L, LI, TTI, AC, DT, SE, SQ, false, MaxHeaderSize,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopRotationUtils.cpp 239 dbgs() << "LoopRotation: NOT rotating - contains non-duplicatable"
245 LLVM_DEBUG(dbgs() << "LoopRotation: NOT rotating - contains convergent "
270 LLVM_DEBUG(dbgs() << "LoopRotation: rotating "; L->dump());
481 LLVM_DEBUG(dbgs() << "LoopRotation: into "; L->dump());
627 // NB! We presume LoopRotation DOESN'T ADD its own metadata.
636 bool llvm::LoopRotation(Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI,
  /external/swiftshader/third_party/llvm-7.0/
Android.mk     [all...]

Completed in 253 milliseconds