Lines Matching defs:unstructuredContext
933 bool unstructuredContext) override final {
934 genFIR(eval, unstructuredContext);
2049 bool unstructuredContext = eval.lowerAsUnstructured();
2064 unstructuredContext ? createNextBeginBlock() : nullptr;
2071 assert(unstructuredContext && "infinite loop must be unstructured");
2076 assert(unstructuredContext && "while loop must be unstructured");
2087 if (unstructuredContext) {
2103 if (unstructuredContext) {
2133 genFIR(*iter, unstructuredContext);
2138 if (unstructuredContext)
2148 genFIR(endDoEval, unstructuredContext);
2470 genFIR(e, /*unstructuredContext=*/false); // may generate branch
2472 genFIR(e, /*unstructuredContext=*/false);
5193 bool unstructuredContext = true) {
5195 // from unstructured to structured code, unstructuredContext is true,
5198 if (unstructuredContext)