Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ADT/
H A DPostOrderIterator.h79 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage() function
78 po_iterator_storage(SetType &VSet) : Visited(VSet) {} po_iterator_storage() function
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DLoopIterator.h193 po_iterator_storage(LoopBlocksTraversal &lbs) : LBT(lbs) {} in po_iterator_storage() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp462 class po_iterator_storage<LoopBounds, true> { global() class
466 po_iterator_storage(LoopBounds &lb) : LB(lb) {} po_iterator_storage() function in llvm::po_iterator_storage