Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp906 if (parentConstruct->lowerAsUnstructured()) in analyzeBranches()
984 eval.lowerAsUnstructured()) in analyzeBranches()
1251 return !lowerAsUnstructured(); in lowerAsStructured()
1254 bool Fortran::lower::pft::Evaluation::lowerAsUnstructured() const { in lowerAsUnstructured() function in Fortran::lower::pft::Evaluation
H A DBridge.cpp1084 bool unstructuredContext = eval.lowerAsUnstructured(); in genFIR()
1878 if (eval.lowerAsUnstructured()) in genFIR()
1890 if (eval.lowerAsUnstructured()) in genFIR()
2803 if (eval.lowerAsUnstructured()) { in createEmptyBlocks()
H A DOpenMP.cpp444 if (eval.lowerAsUnstructured() && !outerCombined)
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h312 bool lowerAsUnstructured() const;