reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2509 MachineBasicBlock::iterator I = MBB.end(); 2510 MachineBasicBlock::iterator UnCondBrIter = MBB.end(); 2511 while (I != MBB.begin()) { 2536 while (std::next(I) != MBB.end()) 2543 if (MBB.isLayoutSuccessor(I->getOperand(0).getMBB())) { 2546 I = MBB.end(); 2547 UnCondBrIter = MBB.end(); 2569 if (AllowModify && UnCondBrIter != MBB.end() && 2570 MBB.isLayoutSuccessor(TargetBB)) { 2591 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(X86::JCC_1)) 2591 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(X86::JCC_1)) 2594 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(X86::JMP_1)) 2594 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(X86::JMP_1)) 2601 UnCondBrIter = MBB.end(); 2602 I = MBB.end(); 2634 if (NewTBB != (FBB ? FBB : getFallThroughMBB(&MBB, TBB)))