HomeSort by relevance Sort by last modified time
    Searched refs:InvBlockTraits (Results 1 - 8 of 8) 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...]
RegionInfoImpl.h 166 for (PredIterTy PI = InvBlockTraits::child_begin(entry),
167 PE = InvBlockTraits::child_end(entry);
190 for (PredIterTy PI = InvBlockTraits::child_begin(exit),
191 PE = InvBlockTraits::child_end(exit);
251 for (PredIterTy SI = InvBlockTraits::child_begin(BB),
252 SE = InvBlockTraits::child_end(BB);
449 for (PredIterTy PI = InvBlockTraits::child_begin(getExit()),
450 PE = InvBlockTraits::child_end(getExit());
462 for (PredIterTy PI = InvBlockTraits::child_begin(getExit()),
463 PE = InvBlockTraits::child_end(getExit())
    [all...]
LoopInfo.h 176 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
177 for (typename InvBlockTraits::ChildIteratorType I =
178 InvBlockTraits::child_begin(H),
179 E = InvBlockTraits::child_end(H); I != E; ++I)
239 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
240 for (typename InvBlockTraits::ChildIteratorType I =
241 InvBlockTraits::child_begin(H),
242 E = InvBlockTraits::child_end(H); I != E; ++I)
RegionInfo.h 260 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits;
262 typedef typename InvBlockTraits::ChildIteratorType PredIterTy;
664 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits;
666 typedef typename InvBlockTraits::ChildIteratorType PredIterTy;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 163 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
164 for (typename InvBlockTraits::ChildIteratorType I =
165 InvBlockTraits::child_begin(const_cast<BlockT*>(H)),
166 E = InvBlockTraits::child_end(const_cast<BlockT*>(H)); I != E; ++I)
298 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
299 for (typename InvBlockTraits::ChildIteratorType PI =
300 InvBlockTraits::child_begin(Header),
301 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) {
302 typename InvBlockTraits::NodeType *N = *PI;
319 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
RegionInfoImpl.h 168 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(entry),
169 InvBlockTraits::child_end(entry))) {
189 for (PredIterTy PI = InvBlockTraits::child_begin(exit),
190 PE = InvBlockTraits::child_end(exit);
212 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(exit),
213 InvBlockTraits::child_end(exit))) {
270 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(BB),
271 InvBlockTraits::child_end(BB))) {
469 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(getExit()),
470 InvBlockTraits::child_end(getExit()))
    [all...]
LoopInfoImpl.h 103 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits;
116 BlockT *FirstPred = *InvBlockTraits::child_begin(Successor);
434 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits;
457 InvBlockTraits::child_begin(PredBB),
458 InvBlockTraits::child_end(PredBB));
RegionInfo.h 270 using InvBlockTraits = GraphTraits<Inverse<BlockT *>>;
272 using PredIterTy = typename InvBlockTraits::ChildIteratorType;
690 using InvBlockTraits = GraphTraits<Inverse<BlockT *>>;
692 using PredIterTy = typename InvBlockTraits::ChildIteratorType;
    [all...]

Completed in 575 milliseconds