Searched defs:InvBlockTraits (Results 1 - 3 of 3) 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
481 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
[all...]
H A DLoopInfo.h176 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
177 for (typename InvBlockTraits::ChildIteratorType I =
178 InvBlockTraits::child_begin(H),
179 E = InvBlockTraits::child_end(H); I != E; ++I)
243 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; typedef
244 for (typename InvBlockTraits::ChildIteratorType I =
245 InvBlockTraits::child_begin(H),
246 E = InvBlockTraits::child_end(H); I != E; ++I)
H A DRegionInfo.h259 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits; typedef in class:llvm::RegionBase
261 typedef typename InvBlockTraits::ChildIteratorType PredIterTy;
664 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits; typedef in class:llvm::RegionInfoBase
666 typedef typename InvBlockTraits::ChildIteratorType PredIterTy;

Completed in 76 milliseconds