Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopIterator.h94 unsigned getPostorder(BasicBlock *BB) const { in getPostorder() function
103 return 1 + PostBlocks.size() - getPostorder(BB); in getRPO()
/external/llvm/include/llvm/Analysis/
DLoopIterator.h93 unsigned getPostorder(BasicBlock *BB) const { in getPostorder() function
102 return 1 + PostBlocks.size() - getPostorder(BB); in getRPO()