Searched refs:CondMI (Results 1 – 4 of 4) sorted by relevance
416 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch() local419 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
175 MachineInstr &CondMI = *BuildMI(&MBB, DL, get(Opc)).add(Cond[1]).addMBB(TBB); in insertBranch() local177 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
927 MachineInstr &CondMI = in insertBranch() local930 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
449 bool tryOptSelectConjunction(GSelect &Sel, MachineInstr &CondMI);5019 MachineInstr &CondMI) { in tryOptSelectConjunction() argument