Lines Matching defs:fallThroughs
1517 llvm::SmallVector<Fortran::lower::pft::Evaluation *> &fallThroughs) {
1534 fallThroughs.push_back(previous);
2479 llvm::SmallVector<Fortran::lower::pft::Evaluation *> exits, fallThroughs;
2480 collectFinalEvaluations(eval, exits, fallThroughs);
2505 else if (llvm::is_contained(fallThroughs, &e))
2517 llvm::SmallVector<Fortran::lower::pft::Evaluation *> exits, fallThroughs;
2518 collectFinalEvaluations(eval, exits, fallThroughs);
2528 else if (llvm::is_contained(fallThroughs, &e))
3647 llvm::SmallVector<Fortran::lower::pft::Evaluation *> exits, fallThroughs;
3648 collectFinalEvaluations(getEval(), exits, fallThroughs);
3850 else if (llvm::is_contained(fallThroughs, &eval))