Searched refs:unstructuredContext (Results 1 – 1 of 1) sorted by relevance
1084 bool unstructuredContext = eval.lowerAsUnstructured(); in genFIR() local1099 unstructuredContext ? createNextBeginBlock() : nullptr; in genFIR()1106 assert(unstructuredContext && "infinite loop must be unstructured"); in genFIR()1111 assert(unstructuredContext && "while loop must be unstructured"); in genFIR()1122 if (unstructuredContext) { in genFIR()1138 if (unstructuredContext) { in genFIR()1168 genFIR(e, unstructuredContext); in genFIR()2595 bool unstructuredContext = true) { in genFIR() argument2596 if (unstructuredContext) { in genFIR()2608 if (unstructuredContext && blockIsUnterminated()) { in genFIR()