Searched defs:dfs_stack (Results 1 – 4 of 4) sorted by relevance
52 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
65 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
396 std::vector<HloInstruction*> dfs_stack; in ComputeInstructionPostOrder() local1083 std::vector<const HloInstruction*> dfs_stack; in CloneWithReplacements() local
2764 void PrintCycle(const HloInstruction* child, DFSStack* dfs_stack) { in PrintCycle()3530 inline bool PushDFSChild(Visitor* visitor, DFSStack* dfs_stack, in PushDFSChild()3564 DFSStack dfs_stack; in PostOrderDFS() local