/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | PostOrderIterator.h | 27 class po_iterator_storage { 41 class po_iterator_storage<SetType, true> { 43 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage() function 44 po_iterator_storage(const po_iterator_storage &S) : Visited(S.Visited) {} in po_iterator_storage() function 54 public po_iterator_storage<SetType, ExtStorage> { 81 po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator() 89 po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | PostOrderIterator.h | 58 class po_iterator_storage { 74 class po_iterator_storage<SetType, true> { 78 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage() function 79 po_iterator_storage(const po_iterator_storage &S) : Visited(S.Visited) {} in po_iterator_storage() function 98 public po_iterator_storage<SetType, ExtStorage> { 116 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator() 124 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
|
/external/llvm/include/llvm/ADT/ |
D | PostOrderIterator.h | 55 class po_iterator_storage { 71 class po_iterator_storage<SetType, true> { 74 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage() function 75 po_iterator_storage(const po_iterator_storage &S) : Visited(S.Visited) {} in po_iterator_storage() function 95 public po_iterator_storage<SetType, ExtStorage> { 123 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator() 131 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
|
/external/llvm/include/llvm/Analysis/ |
D | LoopIterator.h | 112 template<> class po_iterator_storage<LoopBlocksTraversal, true> { 115 po_iterator_storage(LoopBlocksTraversal &lbs) : LBT(lbs) {} in po_iterator_storage() function 169 inline bool po_iterator_storage<LoopBlocksTraversal, true>:: 174 inline void po_iterator_storage<LoopBlocksTraversal, true>::
|
/external/llvm/unittests/ADT/ |
D | PostOrderIteratorTest.cpp | 23 po_iterator_storage<std::set<void *>, false> PIS; in TEST() 26 po_iterator_storage<ExtSetTy, true> PISExt(Ext); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | PostOrderIteratorTest.cpp | 23 po_iterator_storage<std::set<void *>, false> PIS; in TEST() 26 po_iterator_storage<ExtSetTy, true> PISExt(Ext); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopIterator.h | 191 template<> class po_iterator_storage<LoopBlocksTraversal, true> { 194 po_iterator_storage(LoopBlocksTraversal &lbs) : LBT(lbs) {} in po_iterator_storage() function 248 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge() 253 inline void po_iterator_storage<LoopBlocksTraversal, true>::
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 445 class po_iterator_storage<LoopBounds, true> { class 449 po_iterator_storage(LoopBounds &lb) : LB(lb) {} in po_iterator_storage() function in llvm::po_iterator_storage
|
/external/llvm/lib/CodeGen/ |
D | MachineTraceMetrics.cpp | 427 class po_iterator_storage<LoopBounds, true> { class 430 po_iterator_storage(LoopBounds &lb) : LB(lb) {} in po_iterator_storage() function in llvm::po_iterator_storage
|