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

References

lib/CodeGen/MachineBlockPlacement.cpp
 2569       Cond.clear();
 2571       if (!TII->analyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough())
 2654     Cond.clear();
 2662       assert((!TII->analyzeBranch(*PrevBB, TBB, FBB, Cond) ||
 2665       Cond.clear();
 2691     if (!TII->analyzeBranch(*PrevBB, TBB, FBB, Cond))
 2696   Cond.clear();
 2698   if (!TII->analyzeBranch(F->back(), TBB, FBB, Cond))