reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/IfConversion.cpp
 2043   MachineBasicBlock *TailBB = TrueBBI.TrueBB;
 2047     if (blockAlwaysFallThrough(TrueBBI))
 2049     assert((TailBB || !TrueBBI.IsBrAnalyzable) && "Unexpected!");
 2053       BBI, TrueBBI, FalseBBI,
 2056       /* RemoveBranch */ TrueBBI.IsBrAnalyzable,
 2067     BBI.BB->removeSuccessor(TrueBBI.BB);
 2086       if (*PI != TrueBBI.BB && *PI != FalseBBI.BB)
 2100   BBI.IsDone = TrueBBI.IsDone = FalseBBI.IsDone = true;