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;
39 virtual bool runOnLoop(Loop *L, LPPassManager &LPM) = 0;
45 virtual bool doInitialization(Loop *L, LPPassManager &LPM) {
53 // Check if this pass is suitable for the current LPPassManager, if
54 // available. This pass P is not suitable for a LPPassManager if P
56 // LPPassManager passes. In such case, pop LPPassManager from the
86 class LPPassManager : public FunctionPass, public PMDataManager {
89 explicit LPPassManager();
96 // 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
40 bool runOnLoop(Loop *L, LPPassManager &) {
55 // LPPassManager
58 char LPPassManager::ID = 0;
60 LPPassManager::LPPassManager()
69 void LPPassManager::deleteLoopFromQueue(Loop *L) {
94 void LPPassManager::insertLoop(Loop *L, Loop *ParentLoop) {
107 void LPPassManager::insertLoopIntoQueue(Loop *L)
    [all...]

Completed in 320 milliseconds