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

  /external/llvm/include/llvm/Analysis/
LoopPass.h 25 class LPPassManager;
40 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
46 virtual bool doInitialization(Loop *L, LPPassManager &LPM) {
54 // Check if this pass is suitable for the current LPPassManager, if
55 // available. This pass P is not suitable for a LPPassManager if P
57 // LPPassManager passes. In such case, pop LPPassManager from the
91 class LPPassManager : public FunctionPass, public PMDataManager {
94 explicit LPPassManager();
101 // LPPassManager needs LoopInfo
    [all...]
  /external/llvm/lib/Analysis/
LoopPass.cpp 10 // This file implements LoopPass and LPPassManager. All loop optimization
11 // and transformation passes are derived from LoopPass. LPPassManager is
43 bool runOnLoop(Loop *L, LPPassManager &) override {
61 // LPPassManager
64 char LPPassManager::ID = 0;
66 LPPassManager::LPPassManager()
75 void LPPassManager::deleteLoopFromQueue(Loop *L) {
100 void LPPassManager::insertLoop(Loop *L, Loop *ParentLoop) {
113 void LPPassManager::insertLoopIntoQueue(Loop *L)
    [all...]

Completed in 872 milliseconds