Home
last modified time | relevance | path

Searched refs:ConstructBlockSet (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dconstruct.h106 using ConstructBlockSet = std::set<BasicBlock*, less_than_id>; variable
111 ConstructBlockSet blocks(Function* function) const;
Dconstruct.cpp73 Construct::ConstructBlockSet Construct::blocks(Function* function) const { in blocks()
78 ConstructBlockSet construct_blocks; in blocks()
Dvalidate_cfg.cpp756 Construct::ConstructBlockSet construct_blocks = construct.blocks(function); in StructuredControlFlowChecks()
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.h106 using ConstructBlockSet = std::set<BasicBlock*, less_than_id>; variable
111 ConstructBlockSet blocks(Function* function) const;
Dconstruct.cpp73 Construct::ConstructBlockSet Construct::blocks(Function* function) const { in blocks()
78 ConstructBlockSet construct_blocks; in blocks()
Dvalidate_cfg.cpp756 Construct::ConstructBlockSet construct_blocks = construct.blocks(function); in StructuredControlFlowChecks()