Lines Matching defs:use
4 // you may not use this file except in compliance with the License.
48 // Returns the opcode of each use of |id|.
86 // Ids and their corresponding use instructions.
138 ASSERT_EQ(1u, actual_uses.count(id)) << "expected to use id [" << id << "]";
200 // Analyze def and use.
212 {"OpMemoryModel Logical GLSL450", {{}, {}}}, // no def and use
213 { // single def, no use
220 { // multiple def, no use
233 { // multiple def, multiple use
249 { // multiple use of the same id
616 // Force a re-build of def-use manager.
634 { // no use, no replace request
637 { // replace one use
907 "%8 = OpPhi %1 %2 %7 %2 %6\n" // use of %8 changed to %2
971 // Analyze def and use.
986 { // no def, no use, no kill
1207 // cannot use the DisassembleInst() in the above. Thus, this special spotcheck
1248 // Force a re-build of def-use manager.
1451 // Force a re-build of the def-use manager.
1707 Instruction* use = def_use_mgr->GetDef(10);
1712 auto scanUser = [&](Instruction* user) { return user != use; };