Searched refs:get_blocks_func (Results 1 – 4 of 4) sorted by relevance
/external/deqp-deps/SPIRV-Tools/source/ |
D | cfa.h | 36 using get_blocks_func = std::function<const std::vector<BB*>*(const BB*)>; variable 76 const BB* entry, get_blocks_func successor_func, 107 const std::vector<cbb_ptr>& postorder, get_blocks_func predecessor_func); 115 get_blocks_func succ_func, 116 get_blocks_func pred_func); 124 get_blocks_func succ_func, get_blocks_func pred_func); 138 const BB* entry, get_blocks_func successor_func, in DepthFirstTraversal() 176 const std::vector<cbb_ptr>& postorder, get_blocks_func predecessor_func) { in CalculateDominators() 261 get_blocks_func succ_func, in TraversalRoots() 262 get_blocks_func pred_func) { in TraversalRoots() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | cfa.h | 36 using get_blocks_func = std::function<const std::vector<BB*>*(const BB*)>; variable 76 const BB* entry, get_blocks_func successor_func, 107 const std::vector<cbb_ptr>& postorder, get_blocks_func predecessor_func); 115 get_blocks_func succ_func, 116 get_blocks_func pred_func); 124 get_blocks_func succ_func, get_blocks_func pred_func); 138 const BB* entry, get_blocks_func successor_func, in DepthFirstTraversal() 176 const std::vector<cbb_ptr>& postorder, get_blocks_func predecessor_func) { in CalculateDominators() 261 get_blocks_func succ_func, in TraversalRoots() 262 get_blocks_func pred_func) { in TraversalRoots() [all …]
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate.h | 36 using get_blocks_func = variable
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate.h | 36 using get_blocks_func = variable
|