reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
541 bool B = TII->analyzeBranch(*this, TBB, FBB, Cond); 549 TII->removeBranch(*this); 569 TII->insertBranch(*this, TBB, nullptr, Cond, DL); 579 if (TII->reverseBranchCondition(Cond)) 581 TII->removeBranch(*this); 582 TII->insertBranch(*this, FBB, nullptr, Cond, DL); 584 TII->removeBranch(*this); 585 TII->insertBranch(*this, TBB, nullptr, Cond, DL); 607 TII->removeBranch(*this); 612 TII->insertBranch(*this, TBB, nullptr, Cond, DL); 619 TII->removeBranch(*this); 621 TII->insertBranch(*this, TBB, nullptr, Cond, DL); 627 if (TII->reverseBranchCondition(Cond)) { 630 TII->insertBranch(*this, FallthroughBB, nullptr, Cond, DL); 633 TII->removeBranch(*this); 634 TII->insertBranch(*this, FallthroughBB, nullptr, Cond, DL); 636 TII->removeBranch(*this); 637 TII->insertBranch(*this, TBB, FallthroughBB, Cond, DL);