Searched refs:TraversalRoots (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/ |
D | cfa.h | 114 static std::vector<BB*> TraversalRoots(const std::vector<BB*>& blocks, 260 std::vector<BB*> CFA<BB>::TraversalRoots(const std::vector<BB*>& blocks, in TraversalRoots() function 307 auto sources = TraversalRoots(ordered_blocks, succ_func, pred_func); in ComputeAugmentedCFG() 322 auto sinks = TraversalRoots(reversed_blocks, pred_func, succ_func); in ComputeAugmentedCFG()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | cfa.h | 114 static std::vector<BB*> TraversalRoots(const std::vector<BB*>& blocks, 260 std::vector<BB*> CFA<BB>::TraversalRoots(const std::vector<BB*>& blocks, in TraversalRoots() function 307 auto sources = TraversalRoots(ordered_blocks, succ_func, pred_func); in ComputeAugmentedCFG() 322 auto sinks = TraversalRoots(reversed_blocks, pred_func, succ_func); in ComputeAugmentedCFG()
|