Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp1103 const Fortran::parser::ScalarLogicalExpr *whileCondition = nullptr; in genFIR() local
1108 } else if ((whileCondition = in genFIR()
1114 genFIRConditionalBranch(*whileCondition, bodyBlock, exitBlock); in genFIR()
1162 if (!infiniteLoop && !whileCondition) in genFIR()
1171 if (infiniteLoop || whileCondition) in genFIR()