Home
last modified time | relevance | path

Searched defs: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.h77 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h193 po_iterator_storage(LoopBlocksTraversal &lbs) : LBT(lbs) {} in po_iterator_storage() function
/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