Home
last modified time | relevance | path

Searched defs:WorkListItem (Results 1 – 4 of 4) sorted by relevance

/external/angle/third_party/spirv-tools/src/source/opt/
Dvector_dce.h35 struct WorkListItem { struct
36 WorkListItem() : instruction(nullptr), components(kMaxVectorSize) {} in WorkListItem() function
38 Instruction* instruction;
39 utils::BitVector components;
/external/deqp-deps/SPIRV-Tools/source/opt/
Dvector_dce.h35 struct WorkListItem { struct
36 WorkListItem() : instruction(nullptr), components(kMaxVectorSize) {} in WorkListItem() function
38 Instruction* instruction;
39 utils::BitVector components;
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dvector_dce.h35 struct WorkListItem { struct
36 WorkListItem() : instruction(nullptr), components(kMaxVectorSize) {} in WorkListItem() function
38 Instruction* instruction;
39 utils::BitVector components;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLAndersAliasAnalysis.cpp254 struct WorkListItem { struct
255 InstantiatedValue From;
256 InstantiatedValue To;
257 MatchState State;