Home
last modified time | relevance | path

Searched defs:po_iterator_storage (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPostOrderIterator.h43 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
/external/llvm/include/llvm/ADT/
DPostOrderIterator.h74 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
/external/llvm/include/llvm/Analysis/
DLoopIterator.h115 po_iterator_storage(LoopBlocksTraversal &lbs) : LBT(lbs) {} in po_iterator_storage() function
/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp427 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