Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:blockAlwaysFallThrough

245     // blockAlwaysFallThrough - Block ends without a terminator.
246 bool blockAlwaysFallThrough(BBInfo &BBI) const {
534 if (!TExit && blockAlwaysFallThrough(TrueBBI)) {
555 if (!TT && blockAlwaysFallThrough(TrueBBI))
557 if (!FT && blockAlwaysFallThrough(FalseBBI))
1351 if (blockAlwaysFallThrough(TrueBBI))