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 39 typedef GraphTraits<BlockT*> BlockTraits;
41 for (typename BlockTraits::ChildIteratorType I =
42 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
73 typedef GraphTraits<BlockT*> BlockTraits;
75 for (typename BlockTraits::ChildIteratorType I =
76 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
103 typedef GraphTraits<BlockT*> BlockTraits;
105 for (typename BlockTraits::ChildIteratorType I
    [all...]
LoopInfo.h 150 typedef GraphTraits<const BlockT*> BlockTraits;
151 for (typename BlockTraits::ChildIteratorType SI =
152 BlockTraits::child_begin(BB),
153 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {

Completed in 35 milliseconds