Home
last modified time | relevance | path

Searched refs:getPostorder (Results 1 – 3 of 3) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopIterator.h153 unsigned getPostorder(BasicBlock *BB) const { in getPostorder() function
162 return 1 + PostBlocks.size() - getPostorder(BB); in getRPO()