Lines Matching refs:BlockTraits
36 typedef GraphTraits<BlockT*> BlockTraits; in getExitingBlocks() typedef
38 for (typename BlockTraits::ChildIteratorType I = in getExitingBlocks()
39 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI); in getExitingBlocks()
65 typedef GraphTraits<BlockT*> BlockTraits; in getExitBlocks() typedef
67 for (typename BlockTraits::ChildIteratorType I = in getExitBlocks()
68 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI); in getExitBlocks()
90 typedef GraphTraits<BlockT*> BlockTraits; in getExitEdges() typedef
92 for (typename BlockTraits::ChildIteratorType I = in getExitEdges()
93 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI); in getExitEdges()
114 typedef GraphTraits<BlockT*> BlockTraits; in getLoopPreheader() typedef
115 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out); in getLoopPreheader()
117 if (SI != BlockTraits::child_end(Out)) in getLoopPreheader()
247 typedef GraphTraits<BlockT*> BlockTraits; in verifyLoop() typedef
248 for (typename BlockTraits::ChildIteratorType SI = in verifyLoop()
249 BlockTraits::child_begin(BB), SE = BlockTraits::child_end(BB); in verifyLoop()
408 typedef GraphTraits<BlockT*> BlockTraits; typedef
409 typedef typename BlockTraits::ChildIteratorType SuccIterTy;