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

  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 433 std::vector<std::pair<BlockT*, SuccIterTy> > DFSStack;
444 BlockT *dfsSource() { return DFSStack.back().first; }
445 SuccIterTy &dfsSucc() { return DFSStack.back().second; }
449 DFSStack.push_back(std::make_pair(Block, BlockTraits::child_begin(Block)));
459 while (!DFSStack.empty()) {
472 DFSStack.pop_back();
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp     [all...]

Completed in 1022 milliseconds