Home
last modified time | relevance | path

Searched defs:dfs_stack (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/
H A Ddisassemble.cpp400 void VisitSuccesor(std::stack<StackEntry>* dfs_stack, in VisitSuccesor()
421 std::stack<StackEntry> dfs_stack; in OrderBlocks() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dwhile_loop_invariant_code_motion.cc53 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
H A Dwhile_loop_expensive_invariant_code_motion.cc65 InlinedVector<DFSFrame, 8> dfs_stack; in CreateLoopInvariantCopy() local
H A Dhlo_computation.cc450 std::vector<HloInstruction*> dfs_stack = {root}; in ComputeInstructionPostOrder() local
1232 std::vector<const HloInstruction*> dfs_stack; in CloneWithReplacements() local
H A Dhlo_instruction.cc2926 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