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()) 1973 if (!FBB) FBB = findFalseBlock(MBB, TBB); 1988 findHoistingInsertPosAndDeps(MBB, TII, TRI, Uses, Defs); 1989 if (Loc == MBB->end()) 2104 MBB->splice(Loc, TBB, TBB->begin(), TIB);