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

  /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/llvm/include/llvm/ADT/
PostOrderIterator.h 49 // the finishPostorder() function is called just before the po_iterator moves
65 void finishPostorder(NodeType *BB) {}
84 void finishPostorder(NodeType *BB) {}
160 this->finishPostorder(VisitStack.back().first);
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 435 void finishPostorder(const MachineBasicBlock*) {}
    [all...]

Completed in 2195 milliseconds