Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.cpp284 entry_block_to_construct_[std::make_pair(new_construct.entry_block(), in AddConstruct()
292 entry_block_to_construct_.find(std::make_pair(entry_block, type)); in FindConstructForEntryBlock()
293 assert(where != entry_block_to_construct_.end()); in FindConstructForEntryBlock()
323 entry_block_to_construct_[std::make_pair(bb, ConstructType::kContinue)]; in GetBlockDepth()
Dfunction.h338 entry_block_to_construct_; variable
/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.cpp284 entry_block_to_construct_[std::make_pair(new_construct.entry_block(), in AddConstruct()
292 entry_block_to_construct_.find(std::make_pair(entry_block, type)); in FindConstructForEntryBlock()
293 assert(where != entry_block_to_construct_.end()); in FindConstructForEntryBlock()
323 entry_block_to_construct_[std::make_pair(bb, ConstructType::kContinue)]; in GetBlockDepth()
Dfunction.h338 entry_block_to_construct_; variable