Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp531 Fortran::lower::pft::EvaluationList &ifBodyList = in rewriteIfGotos() local
534 std::next(ifBodyList.begin()); in rewriteIfGotos()
538 ifBodyList.erase(branchStmtIt); in rewriteIfGotos()
539 lower::pft::Evaluation &ifStmt = *ifBodyList.begin(); in rewriteIfGotos()
543 std::prev(ifBodyList.end()); in rewriteIfGotos()
546 ifBodyList.splice(endIfStmtIt, evaluationList, successorIt, it); in rewriteIfGotos()