llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
Iterator over PHI nodes. More...
#include <core/block.h>
Public Member Functions | |
template<typename PhiU , typename IterU > | |
PhiIterator (const PhiIterator< PhiU, IterU > &rhs) | |
Convert from non-const to const. | |
bool | operator== (const PhiIterator &rhs) const |
Check for end of iteration. | |
PhiT & | operator* () const |
Return PHI node. | |
PhiIterator & | operator++ () |
Pre-increment. | |
PhiIterator & | operator++ (int) |
Post-increment. | |
Iterator over PHI nodes.