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 149 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
150 for (typename InvBlockTraits::ChildIteratorType PI =
151 InvBlockTraits::child_begin(Header),
152 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) {
153 typename InvBlockTraits::NodeType *N = *PI;
171 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
172 typename InvBlockTraits::ChildIteratorType PI =
173 InvBlockTraits::child_begin(Header);
174 typename InvBlockTraits::ChildIteratorType PE =
175 InvBlockTraits::child_end(Header)
    [all...]
LoopInfo.h 167 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
168 for (typename InvBlockTraits::ChildIteratorType I =
169 InvBlockTraits::child_begin(H),
170 E = InvBlockTraits::child_end(H); I != E; ++I)

Completed in 101 milliseconds