reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1033 bool LiveCPSR = MBB.isLiveIn(ARM::CPSR); 1040 for (auto *Pred : MBB.predecessors()) { 1054 bool IsSelfLoop = MBB.isSuccessor(&MBB); 1054 bool IsSelfLoop = MBB.isSuccessor(&MBB); 1055 MachineBasicBlock::instr_iterator MII = MBB.instr_begin(),E = MBB.instr_end(); 1055 MachineBasicBlock::instr_iterator MII = MBB.instr_begin(),E = MBB.instr_end(); 1073 if (ReduceMI(MBB, MI, LiveCPSR, IsSelfLoop)) { 1113 MBBInfo &Info = BlockInfo[MBB.getNumber()];