Searched refs:ArgumentGraph (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp305 class ArgumentGraph { class in namespace:__anon22514
321 ArgumentGraph() { SyntheticRoot.Definition = 0; } function in class:__anon22514::ArgumentGraph
392 template<> struct GraphTraits<ArgumentGraph*>
394 static NodeType *getEntryNode(ArgumentGraph *AG) {
397 static ChildIteratorType nodes_begin(ArgumentGraph *AG) {
400 static ChildIteratorType nodes_end(ArgumentGraph *AG) {
512 ArgumentGraph AG;
600 for (scc_iterator<ArgumentGraph*> I = scc_begin(&AG), E = scc_end(&AG);

Completed in 96 milliseconds