Home
last modified time | relevance | path

Searched refs:is_back_edge (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cfg.cpp79 bool CFG::is_back_edge(uint32_t to) const in is_back_edge() function in SPIRV_CROSS_NAMESPACE::CFG
101 else if (is_back_edge(block_id)) in post_order_visit()
H A Dspirv_cfg.hpp140 bool is_back_edge(uint32_t to) const;
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp840 bool is_back_edge = false; in StructuredControlFlowChecks() local
846 is_back_edge = true; in StructuredControlFlowChecks()
848 if (!construct_blocks.count(pred) && !is_back_edge) { in StructuredControlFlowChecks()

Completed in 5 milliseconds