HomeSort by relevance Sort by last modified time
    Searched refs:BlockTraits (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 36 typedef GraphTraits<BlockT*> BlockTraits;
38 for (typename BlockTraits::ChildIteratorType I =
39 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
65 typedef GraphTraits<BlockT*> BlockTraits;
67 for (typename BlockTraits::ChildIteratorType I =
68 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
90 typedef GraphTraits<BlockT*> BlockTraits;
92 for (typename BlockTraits::ChildIteratorType I
    [all...]
LoopInfo.h 155 typedef GraphTraits<const BlockT*> BlockTraits;
156 for (typename BlockTraits::ChildIteratorType SI =
157 BlockTraits::child_begin(BB),
158 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {

Completed in 77 milliseconds