Home
last modified time | relevance | path

Searched refs:po_iterator_storage (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPostOrderIterator.h57 class po_iterator_storage {
73 class po_iterator_storage<SetType, true> {
77 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage() function
78 po_iterator_storage(const po_iterator_storage &S) : Visited(S.Visited) {} in po_iterator_storage() function
97 public po_iterator_storage<SetType, ExtStorage> {
115 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
123 : po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h190 template<> class po_iterator_storage<LoopBlocksTraversal, true> {
193 po_iterator_storage(LoopBlocksTraversal &lbs) : LBT(lbs) {} in po_iterator_storage() function
247 inline bool po_iterator_storage<LoopBlocksTraversal, true>::insertEdge( in insertEdge()
252 inline void po_iterator_storage<LoopBlocksTraversal, true>::
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp444 class po_iterator_storage<LoopBounds, true> { class
448 po_iterator_storage(LoopBounds &lb) : LB(lb) {} in po_iterator_storage() function in llvm::po_iterator_storage