HomeSort by relevance Sort by last modified time
    Searched refs:finishPostorder (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopIterator.h 128 /// finishPostorder to record the DFS result.
153 void finishPostorder(BasicBlock *BB) {
179 static void finishPostorder(BasicBlock *BB, LoopBlocksTraversal& LBT) {
180 LBT.finishPostorder(BB);
  /external/llvm/include/llvm/Analysis/
LoopIterator.h 118 void finishPostorder(BasicBlock *BB);
137 /// finishPostorder to record the DFS result.
162 void finishPostorder(BasicBlock *BB) {
175 finishPostorder(BasicBlock *BB) {
176 LBT.finishPostorder(BB);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopIterator.h 197 void finishPostorder(BasicBlock *BB);
216 /// finishPostorder to record the DFS result.
241 void finishPostorder(BasicBlock *BB) {
254 finishPostorder(BasicBlock *BB) {
255 LBT.finishPostorder(BB);
  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 50 // the finishPostorder() function is called just before the po_iterator moves
66 void finishPostorder(NodeType *BB) {}
86 void finishPostorder(NodeType *BB) {}
161 this->finishPostorder(VisitStack.back().first);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
PostOrderIterator.h 53 // the finishPostorder() function is called just before the po_iterator moves
69 template <typename NodeRef> void finishPostorder(NodeRef BB) {}
89 template <class NodeRef> void finishPostorder(NodeRef BB) {}
165 this->finishPostorder(VisitStack.back().first);
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
PostOrderIterator.h 36 static void finishPostorder(
120 DFSetTraits<SetType>::finishPostorder(VisitStack.back().first,
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 431 void finishPostorder(const MachineBasicBlock*) {}
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 451 void finishPostorder(const MachineBasicBlock*) {}
    [all...]

Completed in 932 milliseconds