LLVM 20.0.0git
|
#include "llvm/Analysis/LoopPass.h"
#include "llvm/Analysis/LoopInfo.h"
#include "llvm/IR/Dominators.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/IR/Module.h"
#include "llvm/IR/OptBisect.h"
#include "llvm/IR/PassTimingInfo.h"
#include "llvm/IR/PrintPasses.h"
#include "llvm/InitializePasses.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/TimeProfiler.h"
#include "llvm/Support/Timer.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Macros | |
#define | DEBUG_TYPE "loop-pass-manager" |
Functions | |
static void | addLoopIntoQueue (Loop *L, std::deque< Loop * > &LQ) |
static std::string | getDescription (const Loop &L) |
#define DEBUG_TYPE "loop-pass-manager" |
Definition at line 30 of file LoopPass.cpp.
Definition at line 96 of file LoopPass.cpp.
References addLoopIntoQueue(), I, and llvm::reverse().
Referenced by addLoopIntoQueue(), and llvm::LPPassManager::runOnFunction().
Definition at line 367 of file LoopPass.cpp.