Searched defs:dfs_stack (Results 1 – 5 of 5) sorted by relevance
400 void VisitSuccesor(std::stack<StackEntry>* dfs_stack, in VisitSuccesor()421 std::stack<StackEntry> dfs_stack; in OrderBlocks() local
53 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
65 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
450 std::vector<HloInstruction*> dfs_stack = {root}; in ComputeInstructionPostOrder() local1232 std::vector<const HloInstruction*> dfs_stack; in CloneWithReplacements() local
2926 void PrintCycle(const HloInstruction* child, DFSStack* dfs_stack) { in PrintCycle()3721 inline bool PushDFSChild(Visitor* visitor, DFSStack* dfs_stack, in PushDFSChild()3755 DFSStack dfs_stack; in PostOrderDFS() local