|
LLVM
8.0.1
|
#include "llvm-c/Types.h"#include "llvm/ADT/Twine.h"#include "llvm/ADT/ilist.h"#include "llvm/ADT/ilist_node.h"#include "llvm/ADT/iterator.h"#include "llvm/ADT/iterator_range.h"#include "llvm/IR/Instruction.h"#include "llvm/IR/SymbolTableListTraits.h"#include "llvm/IR/Value.h"#include "llvm/Support/CBindingWrapping.h"#include "llvm/Support/Casting.h"#include "llvm/Support/Compiler.h"#include <cassert>#include <cstddef>#include <iterator>
Go to the source code of this file.
Classes | |
| class | llvm::BasicBlock |
| LLVM Basic Block Representation. More... | |
| class | llvm::BasicBlock::phi_iterator_impl< PHINodeT, BBIteratorT > |
| Iterator to walk just the phi nodes in the basic block. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
Functions | |
| BasicBlock::iterator | llvm::skipDebugIntrinsics (BasicBlock::iterator It) |
Advance It while it points to a debug instruction and return the result. More... | |
1.8.13