|
LLVM
3.7.0
|
Go to the source code of this file.
Classes | |
| class | llvm::InstIterator< BB_t, BB_i_t, BI_t, II_t > |
Namespaces | |
| llvm | |
| Compute iterated dominance frontiers using a linear time algorithm. | |
Typedefs | |
| typedef InstIterator< iplist < BasicBlock > , Function::iterator, BasicBlock::iterator, Instruction > | llvm::inst_iterator |
| typedef InstIterator< const iplist< BasicBlock > , Function::const_iterator, BasicBlock::const_iterator, const Instruction > | llvm::const_inst_iterator |
Functions | |
| inst_iterator | llvm::inst_begin (Function *F) |
| inst_iterator | llvm::inst_end (Function *F) |
| iterator_range< inst_iterator > | llvm::inst_range (Function *F) |
| const_inst_iterator | llvm::inst_begin (const Function *F) |
| const_inst_iterator | llvm::inst_end (const Function *F) |
| iterator_range < const_inst_iterator > | llvm::inst_range (const Function *F) |
| inst_iterator | llvm::inst_begin (Function &F) |
| inst_iterator | llvm::inst_end (Function &F) |
| iterator_range< inst_iterator > | llvm::inst_range (Function &F) |
| const_inst_iterator | llvm::inst_begin (const Function &F) |
| const_inst_iterator | llvm::inst_end (const Function &F) |
| iterator_range < const_inst_iterator > | llvm::inst_range (const Function &F) |
1.8.6