Home
last modified time | relevance | path

Searched refs:TraverseReachableBlocks (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Pipeline/
DSpirvShaderControlFlow.cpp120 void SpirvShader::Function::TraverseReachableBlocks(Block::ID id, SpirvShader::Block::Set &reachabl… in TraverseReachableBlocks() function in sw::SpirvShader::Function
127 TraverseReachableBlocks(out, reachable); in TraverseReachableBlocks()
135 TraverseReachableBlocks(entry, reachable); in AssignBlockFields()
343 function.TraverseReachableBlocks(blockId, loopBlocks); in EmitLoop()
DSpirvShader.hpp391 void TraverseReachableBlocks(Block::ID id, Block::Set &reachable) const;