My Project
|
Public Types | |
using | GraphType = Block * |
using | NodeRef = Operation * |
using | ChildIteratorType = Operation::user_iterator |
using | nodes_iterator = mapped_iterator< Block::iterator, decltype(&AddressOf)> |
Static Public Member Functions | |
static ChildIteratorType | child_begin (NodeRef n) |
static ChildIteratorType | child_end (NodeRef n) |
static Operation * | AddressOf (Operation &op) |
static nodes_iterator | nodes_begin (Block *b) |
static nodes_iterator | nodes_end (Block *b) |
using llvm::GraphTraits< Block * >::ChildIteratorType = Operation::user_iterator |
using llvm::GraphTraits< Block * >::nodes_iterator = mapped_iterator<Block::iterator, decltype(&AddressOf)> |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |