Home
last modified time | relevance | path

Searched defs:DFSStack (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp378 SmallVectorImpl<std::pair<Node *, Node::iterator>> &DFSStack, in internalDFS() argument
490 SmallVector<std::pair<Node *, Node::iterator>, 4> DFSStack; in removeIntraSCCEdge() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLazyCallGraph.h494 SmallVector<std::pair<Node *, iterator>, 4> DFSStack; variable
H A DLoopInfoImpl.h414 std::vector<std::pair<BlockT*, SuccIterTy> > DFSStack; variable
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp1427 std::vector<std::pair<const SUnit*, SUnit::const_pred_iterator> > DFSStack; member in __anon4a2fd7830111::SchedDAGReverseDFS