Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.h401 LogicalResult structurizeControlFlow();
H A DDeserializer.cpp486 if (failed(wireUpBlockArgument()) || failed(structurizeControlFlow())) { in processFunctionEnd()
1983 LogicalResult spirv::Deserializer::structurizeControlFlow() { in structurizeControlFlow() function in spirv::Deserializer