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

1 2 3

  /external/swiftshader/third_party/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 43 bool runOnLoop(Loop*, LPPassManager&) override;
67 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
LoopSimplifyCFG.cpp 89 bool runOnLoop(Loop *L, LPPassManager &) override {
LoopDataPrefetch.cpp 90 bool runOnLoop(Loop *L);
171 MadeChange |= runOnLoop(*L);
176 bool LoopDataPrefetch::runOnLoop(Loop *L) {
LoopDeletion.cpp 242 bool runOnLoop(Loop *L, LPPassManager &) override;
259 bool LoopDeletionLegacyPass::runOnLoop(Loop *L, LPPassManager &) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp 37 bool runOnLoop(Loop*, LPPassManager&);
63 bool LoopInstSimplify::runOnLoop(Loop *L, LPPassManager &LPM) {
LoopUnrollPass.cpp 76 bool runOnLoop(Loop *L, LPPassManager &LPM);
129 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) {
  /external/llvm/include/llvm/Analysis/
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 138 bool runOnLoop(Loop *L, LPPassManager &LPM) override;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopPass.h 38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopPass.h 38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopPass.h 38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopPass.h 38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
LoopPass.h 38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
LoopPass.h 38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
LoopPass.h 38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
LoopPass.h 38 // runOnLoop - This method should be implemented by the subclass to perform
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
  /external/llvm/lib/Analysis/
LoopPass.cpp 46 bool runOnLoop(Loop *L, LPPassManager &) override {
200 Changed |= P->runOnLoop(CurrentLoop, *this);
  /external/llvm/lib/Transforms/IPO/
LoopExtractor.cpp 46 bool runOnLoop(Loop *L, LPPassManager &) override;
83 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
LoopExtractor.cpp 45 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
81 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
LCSSA.cpp 60 virtual bool runOnLoop(Loop *L, LPPassManager &LPM);
116 bool LCSSA::runOnLoop(Loop *TheLoop, LPPassManager &LPM) {

Completed in 501 milliseconds

1 2 3