Searched defs:HasFallThrough (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
H A DIfConversion.cpp92 /// HasFallThrough - True if BB may fallthrough to the following BB.
109 bool HasFallThrough : 1; member in struct:__anon7351::IfConverter::BBInfo
123 HasFallThrough(false), IsUnpredicable(false),
630 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == NULL;
1061 BBI.HasFallThrough = false;
1172 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough) {
1177 BBI.HasFallThrough = false;
1370 bool CanMergeTail = !TailBBI.HasFallThrough;
1387 BBI.HasFallThrough = false;
1512 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough
[all...]

Completed in 17 milliseconds