Lines Matching defs:targetEval
1472 /// Return the predicate: "a branch to \p targetEval has exit code".
1473 bool hasExitCode(const Fortran::lower::pft::Evaluation &targetEval) {
1475 getActiveAncestor(targetEval);
1487 /// Generate a branch to \p targetEval after generating on-exit code for
1490 genConstructExitBranch(const Fortran::lower::pft::Evaluation &targetEval) {
1492 getActiveAncestor(targetEval);
1500 genBranch(targetEval.block);
1639 const Fortran::lower::pft::Evaluation &targetEval =
1641 if (hasExitCode(targetEval)) {
1646 genConstructExitBranch(targetEval);
1648 genConditionalBranch(cond, targetEval.block, nextBlock);