Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dstructurize.ll1 ; RUN: llc < %s -march=r600 -mcpu=redwood -r600-ir-structurize=0 | FileCheck %s
H A Dpredicates.ll1 ; RUN: llc -spec-exec-max-speculation-cost=0 -march=r600 -r600-ir-structurize=0 -mcpu=redwood < %s …
/llvm-project-15.0.7/llvm/test/Transforms/StructurizeCFG/
H A Dpost-order-traversal-bug.ll3 ; The structurize cfg pass used to do a post-order traversal to generate a list
/llvm-project-15.0.7/mlir/lib/Target/SPIRV/Deserialization/
H A DDeserializer.cpp1631 LogicalResult structurize();
1701 LogicalResult ControlFlowStructurizer::structurize() { in structurize() function in ControlFlowStructurizer
2027 if (failed(structurizer.structurize())) in structurizeControlFlow()