LLVM API Documentation
#include "llvm/Analysis/RegionPass.h"#include "llvm/Analysis/RegionIterator.h"#include "llvm/Support/Timer.h"#include "llvm/Support/Debug.h"
Go to the source code of this file.
Defines | |
| #define | DEBUG_TYPE "regionpassmgr" |
Functions | |
| static void | addRegionIntoQueue (Region &R, std::deque< Region * > &RQ) |
| #define DEBUG_TYPE "regionpassmgr" |
Definition at line 23 of file RegionPass.cpp.
| static void addRegionIntoQueue | ( | Region & | R, |
| std::deque< Region * > & | RQ | ||
| ) | [static] |
Definition at line 40 of file RegionPass.cpp.
Referenced by llvm::RGPassManager::runOnFunction().