LLVM API Documentation
#include "llvm/Analysis/LoopInfo.h"#include "llvm/Constants.h"#include "llvm/Instructions.h"#include "llvm/Analysis/Dominators.h"#include "llvm/Assembly/Writer.h"#include "llvm/Support/CFG.h"#include "llvm/ADT/DepthFirstIterator.h"#include <algorithm>#include <iostream>Include dependency graph for LoopInfo.cpp:

Go to the source code of this file.
Functions | |
| static bool | isNotAlreadyContainedIn (Loop *SubLoop, Loop *ParentLoop) |
| template<typename T> | |
| static void | RemoveFromVector (std::vector< T * > &V, T *N) |
Variables | |
| static RegisterAnalysis< LoopInfo > | X ("loops","Natural Loop Construction", true) |
RegisterAnalysis<LoopInfo> X("loops","Natural Loop Construction", true) [static] |