Home
last modified time | relevance | path

Searched refs:InvBlockTraits (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Analysis/
DLoopInfoImpl.h136 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; in getLoopPredecessor() typedef
137 for (typename InvBlockTraits::ChildIteratorType PI = in getLoopPredecessor()
138 InvBlockTraits::child_begin(Header), in getLoopPredecessor()
139 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) { in getLoopPredecessor()
140 typename InvBlockTraits::NodeType *N = *PI; in getLoopPredecessor()
158 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; in getLoopLatch() typedef
159 typename InvBlockTraits::ChildIteratorType PI = in getLoopLatch()
160 InvBlockTraits::child_begin(Header); in getLoopLatch()
161 typename InvBlockTraits::ChildIteratorType PE = in getLoopLatch()
162 InvBlockTraits::child_end(Header); in getLoopLatch()
[all …]
DRegionInfoImpl.h166 for (PredIterTy PI = InvBlockTraits::child_begin(entry), in getEnteringBlock()
167 PE = InvBlockTraits::child_end(entry); in getEnteringBlock()
190 for (PredIterTy PI = InvBlockTraits::child_begin(exit), in getExitingBlock()
191 PE = InvBlockTraits::child_end(exit); in getExitingBlock()
251 for (PredIterTy SI = InvBlockTraits::child_begin(BB), in verifyBBInRegion()
252 SE = InvBlockTraits::child_end(BB); in verifyBBInRegion()
449 for (PredIterTy PI = InvBlockTraits::child_begin(getExit()), in getExpandedRegion()
450 PE = InvBlockTraits::child_end(getExit()); in getExpandedRegion()
462 for (PredIterTy PI = InvBlockTraits::child_begin(getExit()), in getExpandedRegion()
463 PE = InvBlockTraits::child_end(getExit()); in getExpandedRegion()
[all …]
DLoopInfo.h176 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; in getNumBackEdges() typedef
177 for (typename InvBlockTraits::ChildIteratorType I = in getNumBackEdges()
178 InvBlockTraits::child_begin(H), in getNumBackEdges()
179 E = InvBlockTraits::child_end(H); I != E; ++I) in getNumBackEdges()
239 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; in getLoopLatches() typedef
240 for (typename InvBlockTraits::ChildIteratorType I = in getLoopLatches()
241 InvBlockTraits::child_begin(H), in getLoopLatches()
242 E = InvBlockTraits::child_end(H); I != E; ++I) in getLoopLatches()
DRegionInfo.h260 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits;
262 typedef typename InvBlockTraits::ChildIteratorType PredIterTy;
664 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits;
666 typedef typename InvBlockTraits::ChildIteratorType PredIterTy;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h163 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; in getNumBackEdges() typedef
164 for (typename InvBlockTraits::ChildIteratorType I = in getNumBackEdges()
165 InvBlockTraits::child_begin(const_cast<BlockT*>(H)), in getNumBackEdges()
166 E = InvBlockTraits::child_end(const_cast<BlockT*>(H)); I != E; ++I) in getNumBackEdges()
298 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; in getLoopPredecessor() typedef
299 for (typename InvBlockTraits::ChildIteratorType PI = in getLoopPredecessor()
300 InvBlockTraits::child_begin(Header), in getLoopPredecessor()
301 PE = InvBlockTraits::child_end(Header); PI != PE; ++PI) { in getLoopPredecessor()
302 typename InvBlockTraits::NodeType *N = *PI; in getLoopPredecessor()
319 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; in getLoopLatch() typedef
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h168 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(entry), in getEnteringBlock()
169 InvBlockTraits::child_end(entry))) { in getEnteringBlock()
189 for (PredIterTy PI = InvBlockTraits::child_begin(exit), in getExitingBlocks()
190 PE = InvBlockTraits::child_end(exit); in getExitingBlocks()
212 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(exit), in getExitingBlock()
213 InvBlockTraits::child_end(exit))) { in getExitingBlock()
270 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(BB), in verifyBBInRegion()
271 InvBlockTraits::child_end(BB))) { in verifyBBInRegion()
469 for (BlockT *Pred : make_range(InvBlockTraits::child_begin(getExit()), in getExpandedRegion()
470 InvBlockTraits::child_end(getExit()))) in getExpandedRegion()
[all …]
DLoopInfoImpl.h103 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits; in getUniqueExitBlocks() typedef
116 BlockT *FirstPred = *InvBlockTraits::child_begin(Successor); in getUniqueExitBlocks()
434 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits; in discoverAndMapSubloop() typedef
457 InvBlockTraits::child_begin(PredBB), in discoverAndMapSubloop()
458 InvBlockTraits::child_end(PredBB)); in discoverAndMapSubloop()
DRegionInfo.h270 using InvBlockTraits = GraphTraits<Inverse<BlockT *>>;
272 using PredIterTy = typename InvBlockTraits::ChildIteratorType;
690 using InvBlockTraits = GraphTraits<Inverse<BlockT *>>;
692 using PredIterTy = typename InvBlockTraits::ChildIteratorType;