Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:TBB

1141       MachineBasicBlock *TBB = nullptr, *FBB = nullptr; // For AnalyzeBranch.
1142 if (!TII->AnalyzeBranch(*BB, TBB, FBB, Cond) || !FI->canFallThrough())
1255 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; // For AnalyzeBranch.
1256 if (!TII->AnalyzeBranch(*PrevBB, TBB, FBB, Cond)) {
1272 TBB = FBB = nullptr;
1273 if (TII->AnalyzeBranch(*PrevBB, TBB, FBB, Cond)) {
1275 TBB = FBB = nullptr;
1281 if (TBB && !Cond.empty() && FBB &&
1283 MBPI->getEdgeProbability(PrevBB, TBB) &&
1289 << MBPI->getEdgeProbability(PrevBB, TBB) << "\n");
1292 TII->InsertBranch(*PrevBB, FBB, TBB, Cond, dl);
1302 MachineBasicBlock *TBB = nullptr, *FBB = nullptr; // For AnalyzeBranch.
1303 if (!TII->AnalyzeBranch(F.back(), TBB, FBB, Cond))