HomeSort by relevance Sort by last modified time
    Searched refs:InvTraits (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 206 typedef GraphTraits<Inverse<NodeT> > InvTraits;
207 for (typename InvTraits::ChildIteratorType CI =
208 InvTraits::child_begin(W),
209 E = InvTraits::child_end(W); CI != E; ++CI) {
210 typename InvTraits::NodeType *N = *CI;
GenericDomTree.h 261 typedef GraphTraits<Inverse<N>> InvTraits;
262 for (typename InvTraits::ChildIteratorType
263 PI = InvTraits::child_begin(NewBB),
264 PE = InvTraits::child_end(NewBB);
271 for (typename InvTraits::ChildIteratorType
272 PI = InvTraits::child_begin(NewBBSucc),
273 E = InvTraits::child_end(NewBBSucc);
275 typename InvTraits::NodeType *ND = *PI;

Completed in 254 milliseconds