LLVM API Documentation
#include "llvm/Analysis/LoopPass.h"
#include "llvm/Assembly/PrintModulePass.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Timer.h"
Go to the source code of this file.
Functions | |
static void | addLoopIntoQueue (Loop *L, std::deque< Loop * > &LQ) |
Definition at line 163 of file LoopPass.cpp.
References I, llvm::LoopBase< N, M >::rbegin(), and llvm::LoopBase< N, M >::rend().
Referenced by llvm::LPPassManager::runOnFunction().