Home
last modified time | relevance | path

Searched refs:mark_reachable (Results 1 – 4 of 4) sorted by relevance

/third_party/spirv-tools/source/opt/
Dmem_pass.cpp425 auto mark_reachable = [&reachable_blocks, &visited_blocks, &worklist, in RemoveUnreachableBlocks() local
442 mark_reachable); in RemoveUnreachableBlocks()
445 block->ForMergeAndContinueLabel(mark_reachable); in RemoveUnreachableBlocks()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dmem_pass.cpp424 auto mark_reachable = [&reachable_blocks, &visited_blocks, &worklist, in RemoveUnreachableBlocks() local
441 mark_reachable); in RemoveUnreachableBlocks()
444 block->ForMergeAndContinueLabel(mark_reachable); in RemoveUnreachableBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dmem_pass.cpp424 auto mark_reachable = [&reachable_blocks, &visited_blocks, &worklist, in RemoveUnreachableBlocks() local
441 mark_reachable); in RemoveUnreachableBlocks()
444 block->ForMergeAndContinueLabel(mark_reachable); in RemoveUnreachableBlocks()
/third_party/python/Python/
Dcompile.c7614 mark_reachable(struct assembler *a) { in mark_reachable() function
7742 if (mark_reachable(a)) { in optimize_cfg()