Lines Matching defs:ToBB
3673 const BasicBlock *ToBB = RQI.To->getParent();
3674 assert(FromBB->getParent() == ToBB->getParent() &&
3679 if (FromBB == ToBB &&
3684 // Check if reaching the ToBB block is sufficient or if even that would not
3686 if (!WillReachInBlock(ToBB->front(), *RQI.To, RQI.ExclusionSet))
3705 if (LivenessAA && LivenessAA->isAssumedDead(ToBB)) {
3706 DeadBlocks.insert(ToBB);
3725 // We checked before if we just need to reach the ToBB block.
3726 if (SuccBB == ToBB)
3729 if (DT && ExclusionBlocks.empty() && DT->dominates(BB, ToBB))