Searched refs:structurize (Results 1 – 4 of 4) sorted by relevance
1 ; RUN: llc < %s -march=r600 -mcpu=redwood -r600-ir-structurize=0 | FileCheck %s
1 ; RUN: llc -spec-exec-max-speculation-cost=0 -march=r600 -r600-ir-structurize=0 -mcpu=redwood < %s …
3 ; The structurize cfg pass used to do a post-order traversal to generate a list
1631 LogicalResult structurize();1701 LogicalResult ControlFlowStructurizer::structurize() { in structurize() function in ControlFlowStructurizer2027 if (failed(structurizer.structurize())) in structurizeControlFlow()