HomeSort by relevance Sort by last modified time
    Searched refs:RegisterBlockEnd (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/val/
Function.h 100 void RegisterBlockEnd(std::vector<uint32_t> successors_list,
Function.cpp 192 void Function::RegisterBlockEnd(vector<uint32_t> next_list,
195 "RegisterBlockEnd can only be called when parsing a binary in a "
199 "RegisterBlockEnd can only be called when parsing a binary in a block");
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_cfg.cpp 509 _.current_function().RegisterBlockEnd({target}, opcode);
517 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode);
527 _.current_function().RegisterBlockEnd({cases}, opcode);
533 _.current_function().RegisterBlockEnd({}, opcode);

Completed in 540 milliseconds