Searched refs:TestInstruction (Results 1 – 8 of 8) sorted by relevance
34 class TestInstruction : public Instruction { class36 TestInstruction() : Instruction() { created_instructions_.push_back(this); } in TestInstruction() function in spvtools::opt::__anon15becde20111::TestInstruction38 ~TestInstruction() { deleted_instructions_.push_back(this); } in ~TestInstruction()40 static std::vector<TestInstruction*> created_instructions_;41 static std::vector<TestInstruction*> deleted_instructions_;44 std::vector<TestInstruction*> TestInstruction::created_instructions_;45 std::vector<TestInstruction*> TestInstruction::deleted_instructions_;57 std::sort(TestInstruction::created_instructions_.begin(), in TEST()58 TestInstruction::created_instructions_.end()); in TEST()59 std::sort(TestInstruction::deleted_instructions_.begin(), in TEST()[all …]
34 class TestInstruction : public Instruction { class36 TestInstruction() : Instruction() { created_instructions_.push_back(this); } in TestInstruction() function in spvtools::opt::__anon0c8517dc0111::TestInstruction38 ~TestInstruction() { deleted_instructions_.push_back(this); } in ~TestInstruction()40 static std::vector<TestInstruction*> created_instructions_;41 static std::vector<TestInstruction*> deleted_instructions_;44 std::vector<TestInstruction*> TestInstruction::created_instructions_;45 std::vector<TestInstruction*> TestInstruction::deleted_instructions_;57 std::sort(TestInstruction::created_instructions_.begin(), in TEST()58 TestInstruction::created_instructions_.end()); in TEST()59 std::sort(TestInstruction::deleted_instructions_.begin(), in TEST()[all …]
11 class TestInstruction : Instruction {19 def InstA : TestInstruction {29 def InstB : TestInstruction {
11 class TestInstruction : Instruction {19 def InstA : TestInstruction {26 def InstB : TestInstruction {
16 class TestInstruction : Instruction {24 def InstA : TestInstruction {29 def InstB : TestInstruction {