Home
last modified time | relevance | path

Searched refs:POTIterator (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopIterator.h203 typedef po_iterator<BasicBlock*, LoopBlocksTraversal, true> POTIterator; typedef
216 POTIterator begin() { in begin()
221 POTIterator end() { in end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp1110 for (LoopBlocksTraversal::POTIterator POI = Traversal.begin(), in perform()