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

References

lib/CodeGen/BranchFolding.cpp
  522   if (I != MF->end() && !TII->analyzeBranch(*CurMBB, TBB, FBB, Cond, true)) {
  524     if (TBB == NextBB && !Cond.empty() && !FBB) {
  525       if (!TII->reverseBranchCondition(Cond)) {
  527         TII->insertBranch(*CurMBB, SuccBB, nullptr, Cond, dl);