Searched refs:BlockTraits (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h36 typedef GraphTraits<BlockT*> BlockTraits; typedef
38 for (typename BlockTraits::ChildIteratorType I =
39 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
65 typedef GraphTraits<BlockT*> BlockTraits; typedef
67 for (typename BlockTraits::ChildIteratorType I =
68 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
90 typedef GraphTraits<BlockT*> BlockTraits; typedef
92 for (typename BlockTraits
114 typedef GraphTraits<BlockT*> BlockTraits; typedef
247 typedef GraphTraits<BlockT*> BlockTraits; typedef
409 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::__anon25478::PopulateLoopsDFS
[all...]
H A DLoopInfo.h155 typedef GraphTraits<const BlockT*> BlockTraits; typedef
156 for (typename BlockTraits::ChildIteratorType SI =
157 BlockTraits::child_begin(BB),
158 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {

Completed in 255 milliseconds