|
LLVM 22.0.0git
|
#include "llvm/Analysis/RegionPass.h"#include "llvm/Analysis/RegionInfo.h"#include "llvm/IR/OptBisect.h"#include "llvm/IR/PassTimingInfo.h"#include "llvm/IR/PrintPasses.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Timer.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "regionpassmgr" |
Functions | |
| static void | addRegionIntoQueue (Region &R, std::deque< Region * > &RQ) |
| static std::string | getDescription (const Region &R) |
| #define DEBUG_TYPE "regionpassmgr" |
Definition at line 27 of file RegionPass.cpp.
Definition at line 41 of file RegionPass.cpp.
References addRegionIntoQueue(), and E().
Referenced by addRegionIntoQueue(), addRegionIntoQueue(), llvm::StructurizeCFGPass::run(), and llvm::RGPassManager::runOnFunction().
|
static |
Definition at line 279 of file RegionPass.cpp.