Home
last modified time | relevance | path

Searched refs:InvBlockTraits (Results 1 – 4 of 4) 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.h167 for (PredIterTy PI = InvBlockTraits::child_begin(entry), in getEnteringBlock()
168 PE = InvBlockTraits::child_end(entry); in getEnteringBlock()
191 for (PredIterTy PI = InvBlockTraits::child_begin(exit), in getExitingBlock()
192 PE = InvBlockTraits::child_end(exit); in getExitingBlock()
252 for (PredIterTy SI = InvBlockTraits::child_begin(BB), in verifyBBInRegion()
253 SE = InvBlockTraits::child_end(BB); in verifyBBInRegion()
450 for (PredIterTy PI = InvBlockTraits::child_begin(getExit()), in getExpandedRegion()
451 PE = InvBlockTraits::child_end(getExit()); in getExpandedRegion()
463 for (PredIterTy PI = InvBlockTraits::child_begin(getExit()), in getExpandedRegion()
464 PE = InvBlockTraits::child_end(getExit()); in getExpandedRegion()
[all …]
DLoopInfo.h184 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; in getNumBackEdges() typedef
185 for (typename InvBlockTraits::ChildIteratorType I = in getNumBackEdges()
186 InvBlockTraits::child_begin(H), in getNumBackEdges()
187 E = InvBlockTraits::child_end(H); I != E; ++I) in getNumBackEdges()
251 typedef GraphTraits<Inverse<BlockT*> > InvBlockTraits; in getLoopLatches() typedef
252 for (typename InvBlockTraits::ChildIteratorType I = in getLoopLatches()
253 InvBlockTraits::child_begin(H), in getLoopLatches()
254 E = InvBlockTraits::child_end(H); I != E; ++I) in getLoopLatches()
DRegionInfo.h259 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits;
261 typedef typename InvBlockTraits::ChildIteratorType PredIterTy;
663 typedef GraphTraits<Inverse<BlockT *>> InvBlockTraits;
665 typedef typename InvBlockTraits::ChildIteratorType PredIterTy;