Searched refs: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:__anon8664::IfConverter::BBInfo
123 HasFallThrough(false), IsUnpredicable(false),
638 BBI.HasFallThrough = BBI.IsBrAnalyzable && BBI.FalseBB == NULL;
1068 BBI.HasFallThrough = false;
1179 NextBBI->BB->pred_size() == 1 && !NextBBI->HasFallThrough) {
1184 BBI.HasFallThrough = false;
1377 bool CanMergeTail = !TailBBI.HasFallThrough;
1394 BBI.HasFallThrough = false;
1519 MachineBasicBlock *FallThrough = FromBBI.HasFallThrough
[all...]

Completed in 163 milliseconds