|
LLVM 22.0.0git
|
#include "llvm/ADT/DenseSet.h"#include "llvm/ADT/PostOrderIterator.h"#include "llvm/ADT/STLExtras.h"#include "llvm/ADT/SetOperations.h"#include "llvm/Support/Allocator.h"#include "llvm/Support/GenericDomTree.h"Go to the source code of this file.
Classes | |
| class | llvm::LoopBase< BlockT, LoopT > |
| Instances of this class are used to represent loops that are detected in the flow graph. More... | |
| class | llvm::LoopInfoBase< BlockT, LoopT > |
| This class builds and contains all of the top-level loop structures in the specified function. More... | |
Namespaces | |
| namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations. | |
Functions | |
| template<class BlockT, class LoopT> | |
| raw_ostream & | llvm::operator<< (raw_ostream &OS, const LoopBase< BlockT, LoopT > &Loop) |