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

/external/llvm/include/llvm/Analysis/
H A DLoopInfoImpl.h38 typedef GraphTraits<BlockT*> BlockTraits; typedef
40 for (typename BlockTraits::ChildIteratorType I =
41 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
72 typedef GraphTraits<BlockT*> BlockTraits; typedef
74 for (typename BlockTraits::ChildIteratorType I =
75 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
102 typedef GraphTraits<BlockT*> BlockTraits; typedef
104 for (typename BlockTraits
126 typedef GraphTraits<BlockT*> BlockTraits; typedef
264 typedef GraphTraits<BlockT*> BlockTraits; typedef
427 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::__anon8435::PopulateLoopsDFS
[all...]
H A DLoopInfo.h155 typedef GraphTraits<BlockT*> BlockTraits; typedef
156 for (typename BlockTraits::ChildIteratorType SI =
157 BlockTraits::child_begin(const_cast<BlockT*>(BB)),
158 SE = BlockTraits::child_end(const_cast<BlockT*>(BB)); SI != SE; ++SI) {

Completed in 236 milliseconds