Home
last modified time | relevance | path

Searched refs:has_visited_forward_edge (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cfg.cpp87 bool CFG::has_visited_forward_edge(uint32_t to) const in has_visited_forward_edge() function in SPIRV_CROSS_NAMESPACE::CFG
99 if (has_visited_forward_edge(block_id)) in post_order_visit()
113 // We could use has_visited_forward_edge, but this break code-gen where the merge block is unreachable in the CFG. in post_order_visit()
H A Dspirv_cfg.hpp141 bool has_visited_forward_edge(uint32_t to) const;

Completed in 3 milliseconds