Searched refs:NodeMapT (Results 1 – 1 of 1) sorted by relevance
155 using NodeMapT = llvm::MapVector<Region *, std::unique_ptr<CallGraphNode>>; variable161 NodeMapT::const_iterator,162 CallGraphNode *(*)(const NodeMapT::value_type &)> {163 static CallGraphNode *unwrap(const NodeMapT::value_type &value) { in unwrap()169 NodeIterator(NodeMapT::const_iterator it) in NodeIterator()171 NodeMapT::const_iterator, in NodeIterator()172 CallGraphNode *(*)(const NodeMapT::value_type &)>(it, &unwrap) {} in NodeIterator()213 NodeMapT nodes;