Home
last modified time | relevance | path

Searched refs:ComputeStructuredOrder (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dworkaround1209.cpp35 cfg()->ComputeStructuredOrder(&func, &*func.begin(), &structured_order); in RemoveOpUnreachableInLoops()
Dcfg.h66 void ComputeStructuredOrder(Function* func, BasicBlock* root,
Dstruct_cfg_analysis.cpp43 context_->cfg()->ComputeStructuredOrder(func, &*func->begin(), &order); in AddBlocksInFunction()
Dmerge_return_pass.cpp119 cfg()->ComputeStructuredOrder(function, &*function->begin(), &order); in ProcessStructured()
717 cfg()->ComputeStructuredOrder(function_, &*function_->begin(), &order); in AddNewPhiNodes()
Dcfg.cpp75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() function in spvtools::opt::CFG
Ddead_branch_elim_pass.cpp464 context()->cfg()->ComputeStructuredOrder(function, &*function->begin(), in FixBlockOrder()
Daggressive_dead_code_elim_pass.cpp268 cfg()->ComputeStructuredOrder(func, &*func->begin(), &structured_order); in AggressiveDCE()
Dloop_descriptor.cpp500 cfg.ComputeStructuredOrder(loop_header_->GetParent(), loop_header_, &order); in ComputeLoopStructuredOrder()
/third_party/spirv-tools/source/opt/
Dworkaround1209.cpp35 cfg()->ComputeStructuredOrder(&func, &*func.begin(), &structured_order); in RemoveOpUnreachableInLoops()
Dcfg.h66 void ComputeStructuredOrder(Function* func, BasicBlock* root,
Dstruct_cfg_analysis.cpp43 context_->cfg()->ComputeStructuredOrder(func, &*func->begin(), &order); in AddBlocksInFunction()
Dmerge_return_pass.cpp117 cfg()->ComputeStructuredOrder(function, &*function->begin(), &order); in ProcessStructured()
715 cfg()->ComputeStructuredOrder(function_, &*function_->begin(), &order); in AddNewPhiNodes()
Dcfg.cpp75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() function in spvtools::opt::CFG
Ddead_branch_elim_pass.cpp459 context()->cfg()->ComputeStructuredOrder(function, &*function->begin(), in FixBlockOrder()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dworkaround1209.cpp35 cfg()->ComputeStructuredOrder(&func, &*func.begin(), &structured_order); in RemoveOpUnreachableInLoops()
Dcfg.h66 void ComputeStructuredOrder(Function* func, BasicBlock* root,
Dstruct_cfg_analysis.cpp43 context_->cfg()->ComputeStructuredOrder(func, &*func->begin(), &order); in AddBlocksInFunction()
Dmerge_return_pass.cpp119 cfg()->ComputeStructuredOrder(function, &*function->begin(), &order); in ProcessStructured()
717 cfg()->ComputeStructuredOrder(function_, &*function_->begin(), &order); in AddNewPhiNodes()
Dcfg.cpp75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() function in spvtools::opt::CFG
Ddead_branch_elim_pass.cpp464 context()->cfg()->ComputeStructuredOrder(function, &*function->begin(), in FixBlockOrder()
Dloop_descriptor.cpp500 cfg.ComputeStructuredOrder(loop_header_->GetParent(), loop_header_, &order); in ComputeLoopStructuredOrder()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/
Ddead_branch_elim_pass.h69 void ComputeStructuredOrder(
Ddead_branch_elim_pass.cpp78 void DeadBranchElimPass::ComputeStructuredOrder( in ComputeStructuredOrder() function in spvtools::opt::DeadBranchElimPass
190 ComputeStructuredOrder(func, &structuredOrder); in EliminateDeadBranches()
Dlocal_ssa_elim_pass.h126 void ComputeStructuredOrder(ir::Function* func,
Dlocal_ssa_elim_pass.cpp329 void LocalMultiStoreElimPass::ComputeStructuredOrder( in ComputeStructuredOrder() function in spvtools::opt::LocalMultiStoreElimPass
612 ComputeStructuredOrder(func, &structuredOrder); in EliminateMultiStoreLocal()

12