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

/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h39 typedef GraphTraits<BlockT*> BlockTraits; typedef
41 for (typename BlockTraits::ChildIteratorType I =
42 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
73 typedef GraphTraits<BlockT*> BlockTraits; typedef
75 for (typename BlockTraits::ChildIteratorType I =
76 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
103 typedef GraphTraits<BlockT*> BlockTraits; typedef
105 for (typename BlockTraits
127 typedef GraphTraits<BlockT*> BlockTraits; typedef
265 typedef GraphTraits<BlockT*> BlockTraits; typedef
428 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::__anon20883::PopulateLoopsDFS
[all...]
H A DLoopInfo.h151 typedef GraphTraits<const BlockT*> BlockTraits; typedef
152 for (typename BlockTraits::ChildIteratorType SI =
153 BlockTraits::child_begin(BB),
154 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {

Completed in 316 milliseconds