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

/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h148 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
149 for (typename InvBlockTraits::ChildIteratorType PI =
150 InvBlockTraits::child_begin(Header),
151 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) {
152 typename InvBlockTraits::NodeType *N = *PI;
170 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
171 typename InvBlockTraits::ChildIteratorType PI =
172 InvBlockTraits::child_begin(Header);
173 typename InvBlockTraits::ChildIteratorType PE =
174 InvBlockTraits
272 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
367 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
529 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
[all...]
H A DLoopInfo.h171 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
172 for (typename InvBlockTraits::ChildIteratorType I =
173 InvBlockTraits::child_begin(const_cast<BlockT*>(H)),
174 E = InvBlockTraits::child_end(const_cast<BlockT*>(H)); I != E; ++I)

Completed in 37 milliseconds