reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1970 if (TII->analyzeBranch(*MBB, TBB, FBB, Cond, true) || !TBB || Cond.empty()) 1970 if (TII->analyzeBranch(*MBB, TBB, FBB, Cond, true) || !TBB || Cond.empty()) 1973 if (!FBB) FBB = findFalseBlock(MBB, TBB); 1980 if (TBB->pred_size() > 1 || FBB->pred_size() > 1) 1994 MachineBasicBlock::iterator TIB = TBB->begin(); 1996 MachineBasicBlock::iterator TIE = TBB->end(); 2104 MBB->splice(Loc, TBB, TBB->begin(), TIB); 2104 MBB->splice(Loc, TBB, TBB->begin(), TIB); 2108 recomputeLiveIns(*TBB);