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.h105 using ConstructBlockSet = std::set<BasicBlock*, less_than_id>; variable
110 ConstructBlockSet blocks(Function* function) const;
Dconstruct.cpp72 Construct::ConstructBlockSet Construct::blocks(Function* function) const { in blocks()
78 ConstructBlockSet construct_blocks; in blocks()
Dvalidate_cfg.cpp551 Construct::ConstructBlockSet construct_blocks = construct.blocks(function); in StructuredControlFlowChecks()
/external/deqp-deps/SPIRV-Tools/source/val/
Dconstruct.h105 using ConstructBlockSet = std::set<BasicBlock*, less_than_id>; variable
110 ConstructBlockSet blocks(Function* function) const;
Dconstruct.cpp72 Construct::ConstructBlockSet Construct::blocks(Function* function) const { in blocks()
78 ConstructBlockSet construct_blocks; in blocks()
Dvalidate_cfg.cpp551 Construct::ConstructBlockSet construct_blocks = construct.blocks(function); in StructuredControlFlowChecks()