Home | History | Annotate | Download | only in IR

Lines Matching refs:Graph

154 // graph of basic blocks...
184 // graph of basic blocks... and to walk it in inverse order. Inverse order for
191 static NodeType *getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; }
204 return G.Graph;
221 // graph of basic blocks... these are the same as the basic block iterators,
227 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
237 // nodes_iterator/begin/end - Allow iteration over all nodes in the graph
246 // graph of basic blocks... and to walk it in inverse order. Inverse order for
253 return &G.Graph->getEntryBlock();
259 return &G.Graph->getEntryBlock();