Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1606 class ControlFlowStructurizer { class
1609 ControlFlowStructurizer(Location loc, uint32_t control, in ControlFlowStructurizer() function in __anon3e18fa6b0211::ControlFlowStructurizer
1617 ControlFlowStructurizer(Location loc, uint32_t control,
1662 ControlFlowStructurizer::createSelectionOp(uint32_t selectionControl) { in createSelectionOp()
1674 spirv::LoopOp ControlFlowStructurizer::createLoopOp(uint32_t loopControl) { in createLoopOp()
1686 void ControlFlowStructurizer::collectBlocksInConstruct() { in collectBlocksInConstruct()
1701 LogicalResult ControlFlowStructurizer::structurize() { in structurize()
2019 ControlFlowStructurizer structurizer(mergeInfo.loc, mergeInfo.control, in structurizeControlFlow()