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

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 136 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
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;
159 typename InvBlockTraits::ChildIteratorType PI =
160 InvBlockTraits::child_begin(Header);
161 typename InvBlockTraits::ChildIteratorType PE =
162 InvBlockTraits::child_end(Header)
    [all...]
LoopInfo.h 171 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
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;
239 for (typename InvBlockTraits::ChildIteratorType I =
240 InvBlockTraits::child_begin(H),
241 E = InvBlockTraits::child_end(H); I != E; ++I)

Completed in 43 milliseconds