Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h311 bool lowerAsStructured() const;
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp868 if (parentConstruct->lowerAsStructured()) in analyzeBranches()
1250 bool Fortran::lower::pft::Evaluation::lowerAsStructured() const { in lowerAsStructured() function in Fortran::lower::pft::Evaluation
H A DBridge.cpp1360 if (eval.lowerAsStructured()) { in genFIR()
1781 if (!isLogicalSelector && !isCharSelector && eval.lowerAsStructured()) { in genFIR()
2599 maybeStartBlock(eval.isConstruct() && eval.lowerAsStructured() in genFIR()