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

References

lib/Target/AArch64/AArch64ConditionOptimizer.cpp
  350     if (TII->analyzeBranch(*HBB, TBB, FBB, HeadCond)) {
  355     if (!TBB || TBB == HBB) {
  355     if (!TBB || TBB == HBB) {
  361     if (TII->analyzeBranch(*TBB, TBB_TBB, TBB_FBB, TrueCond)) {
  370     MachineInstr *TrueCmpMI = findSuitableCompare(TBB);