Searched defs:dfs_stack (Results 1 – 4 of 4) sorted by relevance
50 SmallVector<FuncOp, 16> dfs_stack; in runOnModule() local
50 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
372 std::vector<HloInstruction*> dfs_stack; in ComputeInstructionPostOrder() local1028 std::vector<HloInstruction*> dfs_stack; in CloneWithReplacements() local
2263 void PrintCycle(const HloInstruction* child, DFSStack* dfs_stack) { in PrintCycle()2947 inline bool PushDFSChild(Visitor* visitor, DFSStack* dfs_stack, in PushDFSChild()2986 DFSStack dfs_stack; in PostOrderDFS() local