HomeSort by relevance Sort by last modified time
    Searched defs:LoopPass (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopPass.h 1 //===- LoopPass.h - LoopPass class ----------------------------------------===//
10 // This file defines LoopPass class. All loop optimization
11 // and transformation passes are derived from LoopPass.
29 class LoopPass : public Pass {
31 explicit LoopPass(char &pid) : Pass(PT_Loop, pid) {}
120 LoopPass *getContainedPass(unsigned N) {
122 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopPass.h 1 //===- LoopPass.h - LoopPass class ----------------------------------------===//
10 // This file defines LoopPass class. All loop optimization
11 // and transformation passes are derived from LoopPass.
30 class LoopPass : public Pass {
32 explicit LoopPass(char &pid) : Pass(PT_Loop, pid) {}
107 LoopPass *getContainedPass(unsigned N) {
109 LoopPass *LP = static_cast<LoopPass *>(PassVector[N]);
129 // queue. This allows LoopPass to change loop nest for the loop. Thi
    [all...]

Completed in 139 milliseconds