Searched refs:AddInstructionsInBlock (Results 1 – 3 of 3) sorted by relevance
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | loop_fusion.cpp | 73 void AddInstructionsInBlock(std::vector<Instruction*>* instructions, in AddInstructionsInBlock() function 630 AddInstructionsInBlock(&instr_to_delete, loop_1_->GetPreHeaderBlock()); in Fuse() 631 AddInstructionsInBlock(&instr_to_delete, loop_1_->GetHeaderBlock()); in Fuse() 632 AddInstructionsInBlock(&instr_to_delete, loop_1_->FindConditionBlock()); in Fuse() 633 AddInstructionsInBlock(&instr_to_delete, loop_1_->GetContinueBlock()); in Fuse() 637 AddInstructionsInBlock(&instr_to_delete, loop_0_->GetMergeBlock()); in Fuse()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | loop_fusion.cpp | 73 void AddInstructionsInBlock(std::vector<Instruction*>* instructions, in AddInstructionsInBlock() function 630 AddInstructionsInBlock(&instr_to_delete, loop_1_->GetPreHeaderBlock()); in Fuse() 631 AddInstructionsInBlock(&instr_to_delete, loop_1_->GetHeaderBlock()); in Fuse() 632 AddInstructionsInBlock(&instr_to_delete, loop_1_->FindConditionBlock()); in Fuse() 633 AddInstructionsInBlock(&instr_to_delete, loop_1_->GetContinueBlock()); in Fuse() 637 AddInstructionsInBlock(&instr_to_delete, loop_0_->GetMergeBlock()); in Fuse()
|
| /third_party/spirv-tools/source/opt/ |
| D | loop_fusion.cpp | 72 void AddInstructionsInBlock(std::vector<Instruction*>* instructions, in AddInstructionsInBlock() function 633 AddInstructionsInBlock(&instr_to_delete, loop_1_->GetPreHeaderBlock()); in Fuse() 634 AddInstructionsInBlock(&instr_to_delete, loop_1_->GetHeaderBlock()); in Fuse() 635 AddInstructionsInBlock(&instr_to_delete, loop_1_->FindConditionBlock()); in Fuse() 636 AddInstructionsInBlock(&instr_to_delete, loop_1_->GetContinueBlock()); in Fuse() 640 AddInstructionsInBlock(&instr_to_delete, loop_0_->GetMergeBlock()); in Fuse()
|