Searched refs:CondMI (Results 1 – 4 of 4) sorted by relevance
421 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); in insertBranch() local424 *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()
1053 MachineInstr &CondMI = *BuildMI(&MBB, DL, getBrCond(CC, Cond[2].isImm())) in insertBranch() local 1058 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
506 bool tryOptSelectConjunction(GSelect &Sel, MachineInstr &CondMI);4909 MachineInstr &CondMI) { in tryOptSelectConjunction() argument