Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:blockAlwaysFallThrough

222     // blockAlwaysFallThrough - Block ends without a terminator.
223 bool blockAlwaysFallThrough(BBInfo &BBI) const {
509 if (!TExit && blockAlwaysFallThrough(TrueBBI)) {
530 if (!TT && blockAlwaysFallThrough(TrueBBI))
532 if (!FT && blockAlwaysFallThrough(FalseBBI))
1208 if (blockAlwaysFallThrough(TrueBBI))