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

12

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h39 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::DominanceFrontierBase
118 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::ForwardDominanceFrontierBase
H A DRegionIterator.h38 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
39 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
103 BItor(BlockTraits::child_begin(node->getEntry())) {
107 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor))
117 BItor(BlockTraits::child_end(node->getEntry())) {}
143 while (BItor != BlockTraits::child_end(getNode()->getEntry())
167 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
168 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
182 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) {
188 while (BlockTraits
[all...]
H A DLoopInfoImpl.h37 typedef GraphTraits<BlockT*> BlockTraits; typedef
39 for (typename BlockTraits::ChildIteratorType I =
40 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
66 typedef GraphTraits<BlockT*> BlockTraits; typedef
68 for (typename BlockTraits::ChildIteratorType I =
69 BlockTraits::child_begin(*BI), E = BlockTraits::child_end(*BI);
91 typedef GraphTraits<BlockT*> BlockTraits; typedef
93 for (typename BlockTraits
115 typedef GraphTraits<BlockT*> BlockTraits; typedef
412 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DDominanceFrontier.h39 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::DominanceFrontierBase
118 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::ForwardDominanceFrontierBase
H A DRegionIterator.h38 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
39 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
103 BItor(BlockTraits::child_begin(node->getEntry())) {
107 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor))
117 BItor(BlockTraits::child_end(node->getEntry())) {}
143 while (BItor != BlockTraits::child_end(getNode()->getEntry())
167 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
168 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
182 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) {
188 while (BlockTraits
[all...]
H A DLoopInfoImpl.h106 typedef GraphTraits<BlockT*> BlockTraits; typedef
107 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
109 if (SI != BlockTraits::child_end(Out))
399 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
400 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DDominanceFrontier.h39 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::DominanceFrontierBase
118 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::ForwardDominanceFrontierBase
H A DRegionIterator.h38 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
39 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
103 BItor(BlockTraits::child_begin(node->getEntry())) {
107 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor))
117 BItor(BlockTraits::child_end(node->getEntry())) {}
143 while (BItor != BlockTraits::child_end(getNode()->getEntry())
167 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
168 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
182 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) {
188 while (BlockTraits
[all...]
H A DLoopInfoImpl.h106 typedef GraphTraits<BlockT*> BlockTraits; typedef
107 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
109 if (SI != BlockTraits::child_end(Out))
399 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
400 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DDominanceFrontier.h39 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::DominanceFrontierBase
118 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::ForwardDominanceFrontierBase
H A DRegionIterator.h38 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
39 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
103 BItor(BlockTraits::child_begin(node->getEntry())) {
107 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor))
117 BItor(BlockTraits::child_end(node->getEntry())) {}
143 while (BItor != BlockTraits::child_end(getNode()->getEntry())
167 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
168 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
182 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) {
188 while (BlockTraits
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
H A DDominanceFrontier.h39 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::DominanceFrontierBase
118 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::ForwardDominanceFrontierBase
H A DRegionIterator.h38 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
39 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
103 BItor(BlockTraits::child_begin(node->getEntry())) {
107 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor))
117 BItor(BlockTraits::child_end(node->getEntry())) {}
143 while (BItor != BlockTraits::child_end(getNode()->getEntry())
167 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
168 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
182 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) {
188 while (BlockTraits
[all...]
H A DLoopInfoImpl.h106 typedef GraphTraits<BlockT*> BlockTraits; typedef
107 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
109 if (SI != BlockTraits::child_end(Out))
399 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
400 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
H A DDominanceFrontier.h39 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::DominanceFrontierBase
118 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::ForwardDominanceFrontierBase
H A DRegionIterator.h38 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
39 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
103 BItor(BlockTraits::child_begin(node->getEntry())) {
107 while (BlockTraits::child_end(node->getEntry()) != BItor && isExit(*BItor))
117 BItor(BlockTraits::child_end(node->getEntry())) {}
143 while (BItor != BlockTraits::child_end(getNode()->getEntry())
167 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::RNSuccIterator
168 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
182 : Node(node), Itor(BlockTraits::child_begin(node->getEntry())) {
188 while (BlockTraits
[all...]
H A DLoopInfoImpl.h106 typedef GraphTraits<BlockT*> BlockTraits; typedef
107 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
109 if (SI != BlockTraits::child_end(Out))
399 typedef GraphTraits<BlockT*> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
400 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DLoopInfoImpl.h118 typedef GraphTraits<BlockT *> BlockTraits; typedef
119 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
121 if (SI != BlockTraits::child_end(Out))
421 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
422 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DLoopInfoImpl.h118 typedef GraphTraits<BlockT *> BlockTraits; typedef
119 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
121 if (SI != BlockTraits::child_end(Out))
421 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
422 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
H A DLoopInfoImpl.h118 typedef GraphTraits<BlockT *> BlockTraits; typedef
119 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
121 if (SI != BlockTraits::child_end(Out))
421 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
422 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
H A DLoopInfoImpl.h118 typedef GraphTraits<BlockT *> BlockTraits; typedef
119 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
121 if (SI != BlockTraits::child_end(Out))
421 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
422 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
H A DLoopInfoImpl.h118 typedef GraphTraits<BlockT *> BlockTraits; typedef
119 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
121 if (SI != BlockTraits::child_end(Out))
421 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
422 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
H A DLoopInfoImpl.h118 typedef GraphTraits<BlockT *> BlockTraits; typedef
119 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
121 if (SI != BlockTraits::child_end(Out))
421 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
422 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
H A DLoopInfoImpl.h118 typedef GraphTraits<BlockT *> BlockTraits; typedef
119 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
121 if (SI != BlockTraits::child_end(Out))
421 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
422 typedef typename BlockTraits::ChildIteratorType SuccIterTy;
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
H A DLoopInfoImpl.h118 typedef GraphTraits<BlockT *> BlockTraits; typedef
119 typename BlockTraits::ChildIteratorType SI = BlockTraits::child_begin(Out);
121 if (SI != BlockTraits::child_end(Out))
421 typedef GraphTraits<BlockT *> BlockTraits; typedef in class:llvm::PopulateLoopsDFS
422 typedef typename BlockTraits::ChildIteratorType SuccIterTy;

Completed in 290 milliseconds

12