Home
last modified time | relevance | path

Searched refs:construct_blocks (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.cpp78 ConstructBlockSet construct_blocks; in blocks() local
115 if (!construct_blocks.insert(block).second) continue; in blocks()
127 return construct_blocks; in blocks()
Dvalidate_cfg.cpp551 Construct::ConstructBlockSet construct_blocks = construct.blocks(function); in StructuredControlFlowChecks() local
552 for (auto block : construct_blocks) { in StructuredControlFlowChecks()
555 if (pred->reachable() && !construct_blocks.count(pred)) { in StructuredControlFlowChecks()
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.cpp78 ConstructBlockSet construct_blocks; in blocks() local
115 if (!construct_blocks.insert(block).second) continue; in blocks()
127 return construct_blocks; in blocks()
Dvalidate_cfg.cpp551 Construct::ConstructBlockSet construct_blocks = construct.blocks(function); in StructuredControlFlowChecks() local
552 for (auto block : construct_blocks) { in StructuredControlFlowChecks()
555 if (pred->reachable() && !construct_blocks.count(pred)) { in StructuredControlFlowChecks()