Searched defs:dfs_stack (Results 1 – 4 of 4) sorted by relevance
50 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
64 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
385 std::vector<HloInstruction*> dfs_stack; in ComputeInstructionPostOrder() local1062 std::vector<const HloInstruction*> dfs_stack; in CloneWithReplacements() local
2564 void PrintCycle(const HloInstruction* child, DFSStack* dfs_stack) { in PrintCycle()3290 inline bool PushDFSChild(Visitor* visitor, DFSStack* dfs_stack, in PushDFSChild()3329 DFSStack dfs_stack; in PostOrderDFS() local