LLVM API Documentation
#include "llvm/Analysis/LoopPass.h"
#include "llvm/IR/IRPrintingPasses.h"
#include "llvm/IR/LLVMContext.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Timer.h"
Go to the source code of this file.
Defines | |
#define | DEBUG_TYPE "loop-pass-manager" |
Functions | |
static void | addLoopIntoQueue (Loop *L, std::deque< Loop * > &LQ) |
#define DEBUG_TYPE "loop-pass-manager" |
Definition at line 23 of file LoopPass.cpp.
static void addLoopIntoQueue | ( | Loop * | L, |
std::deque< Loop * > & | LQ | ||
) | [static] |
Definition at line 169 of file LoopPass.cpp.
References I, llvm::LoopBase< BlockT, LoopT >::rbegin(), and llvm::LoopBase< BlockT, LoopT >::rend().
Referenced by llvm::LPPassManager::runOnFunction().