Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp1084 bool unstructuredContext = eval.lowerAsUnstructured(); in genFIR() local
1099 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() argument
2596 if (unstructuredContext) { in genFIR()
2608 if (unstructuredContext && blockIsUnterminated()) { in genFIR()