/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | loop_descriptor.h | 172 nested->SetParent(this); in AddNestedLoop() 271 loop->SetParent(nullptr); in RemoveChildLoop() 297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
|
D | function.cpp | 206 new_block->SetParent(this); in InsertBasicBlockAfter() 220 new_block->SetParent(this); in InsertBasicBlockBefore()
|
D | inline_exhaustive_pass.cpp | 44 bb->SetParent(func); in InlineExhaustive()
|
D | loop_utils.cpp | 359 exit.SetParent(function); in CreateLoopDedicatedExits() 499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader() 565 new_bb->SetParent(&function_); in CloneLoop()
|
D | basic_block.h | 63 void SetParent(Function* function) { function_ = function; } in SetParent() function
|
D | function.h | 219 b->SetParent(this); in AddBasicBlock()
|
D | loop_descriptor.cpp | 961 loop->SetParent(nullptr); in PostModificationCleanup() 1004 [loop](Loop* sub_loop) { sub_loop->SetParent(loop->GetParent()); }); in RemoveLoop()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | loop_descriptor.h | 172 nested->SetParent(this); in AddNestedLoop() 271 loop->SetParent(nullptr); in RemoveChildLoop() 297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
|
D | function.cpp | 206 new_block->SetParent(this); in InsertBasicBlockAfter() 220 new_block->SetParent(this); in InsertBasicBlockBefore()
|
D | inline_exhaustive_pass.cpp | 44 bb->SetParent(func); in InlineExhaustive()
|
D | loop_utils.cpp | 359 exit.SetParent(function); in CreateLoopDedicatedExits() 499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader() 565 new_bb->SetParent(&function_); in CloneLoop()
|
D | basic_block.h | 63 void SetParent(Function* function) { function_ = function; } in SetParent() function
|
D | function.h | 219 b->SetParent(this); in AddBasicBlock()
|
D | loop_descriptor.cpp | 961 loop->SetParent(nullptr); in PostModificationCleanup() 1004 [loop](Loop* sub_loop) { sub_loop->SetParent(loop->GetParent()); }); in RemoveLoop()
|
D | loop_unroller.cpp | 626 basic_block->SetParent(itr->GetParent()); in CopyBasicBlock() 822 new_merge->SetParent(old_loop->GetMergeBlock()->GetParent()); in DuplicateLoop()
|
/third_party/spirv-tools/source/opt/ |
D | loop_descriptor.h | 172 nested->SetParent(this); in AddNestedLoop() 271 loop->SetParent(nullptr); in RemoveChildLoop() 297 inline void SetParent(Loop* parent) { parent_ = parent; } in SetParent() function
|
D | function.cpp | 206 new_block->SetParent(this); in InsertBasicBlockAfter() 220 new_block->SetParent(this); in InsertBasicBlockBefore()
|
D | inline_exhaustive_pass.cpp | 44 bb->SetParent(func); in InlineExhaustive()
|
D | loop_utils.cpp | 359 exit.SetParent(function); in CreateLoopDedicatedExits() 499 new_exit_bb->SetParent(loop_->GetMergeBlock()->GetParent()); in CloneAndAttachLoopToHeader() 565 new_bb->SetParent(&function_); in CloneLoop()
|
D | loop_unroller.cpp | 387 new_exit_bb->SetParent(&function_); in PartiallyUnrollResidualFactor() 627 basic_block->SetParent(itr->GetParent()); in CopyBasicBlock() 823 new_merge->SetParent(old_loop->GetMergeBlock()->GetParent()); in DuplicateLoop()
|
D | basic_block.h | 63 void SetParent(Function* function) { function_ = function; } in SetParent() function
|
D | function.h | 232 b->SetParent(this); in AddBasicBlock()
|
D | loop_descriptor.cpp | 966 loop->SetParent(nullptr); in PostModificationCleanup() 1009 [loop](Loop* sub_loop) { sub_loop->SetParent(loop->GetParent()); }); in RemoveLoop()
|
/third_party/node/deps/v8/src/compiler/ |
D | loop-analysis.h | 157 void SetParent(Loop* parent, Loop* child) { in SetParent() function
|
D | loop-analysis.cc | 449 loop_tree_->SetParent(nullptr, li->loop); in FinishSingleLoop() 517 loop_tree_->SetParent(parent, li.loop); in ConnectLoopTree()
|