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

/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h136 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
137 for (typename InvBlockTraits::ChildIteratorType PI =
138 InvBlockTraits::child_begin(Header),
139 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) {
140 typename InvBlockTraits::NodeType *N = *PI;
158 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
159 typename InvBlockTraits::ChildIteratorType PI =
160 InvBlockTraits::child_begin(Header);
161 typename InvBlockTraits::ChildIteratorType PE =
162 InvBlockTraits
255 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
349 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
510 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(H),
174 E = InvBlockTraits::child_end(H); I != E; ++I)
238 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
239 for (typename InvBlockTraits::ChildIteratorType I =
240 InvBlockTraits::child_begin(H),
241 E = InvBlockTraits::child_end(H); I != E; ++I)

Completed in 67 milliseconds