Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1466 struct IDAndInfo { struct
1467 IDAndInfo(unsigned id_, DefInfo info_) : id(id_), info(info_) {} in IDAndInfo() argument
1469 unsigned id;
1470 DefInfo info;