Lines Matching defs:ToBB
3631 const BasicBlock *ToBB = RQI.To->getParent();
3632 assert(FromBB->getParent() == ToBB->getParent() &&
3637 if (FromBB == ToBB &&
3642 // Check if reaching the ToBB block is sufficient or if even that would not
3644 if (!WillReachInBlock(ToBB->front(), *RQI.To, RQI.ExclusionSet))
3663 if (LivenessAA && LivenessAA->isAssumedDead(ToBB)) {
3664 DeadBlocks.insert(ToBB);
3683 // We checked before if we just need to reach the ToBB block.
3684 if (SuccBB == ToBB)
3687 if (DT && ExclusionBlocks.empty() && DT->dominates(BB, ToBB))