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

/external/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h38 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::DominanceFrontierBase
117 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::ForwardDominanceFrontierBase
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
408 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
[all...]
H A DRegionIterator.h38 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
39 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
97 BItor(BlockTraits::child_begin(node->getEntry())) {
101 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor))
111 BItor(BlockTraits::child_end(node->getEntry())) {}
137 while (BItor != BlockTraits::child_end(getNode()->getEntry())
161 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
162 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
177 Itor(BlockTraits::child_begin(node->getEntry())) {
183 while (BlockTraits
[all...]
H A DLoopInfo.h160 typedef GraphTraits<const BlockT*> BlockTraits; typedef
161 for (typename BlockTraits::ChildIteratorType SI =
162 BlockTraits::child_begin(BB),
163 SE = BlockTraits::child_end(BB); SI != SE; ++SI) {
H A DRegionInfo.h258 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::RegionBase
260 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
663 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::RegionInfoBase
665 typedef typename BlockTraits::ChildIteratorType SuccIterTy;

Completed in 90 milliseconds