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()
1078 MachineInstr &CondMI = in insertBranch() local1081 *BytesAdded += getInstSizeInBytes(CondMI); in insertBranch()
497 bool tryOptSelectConjunction(GSelect &Sel, MachineInstr &CondMI);5054 MachineInstr &CondMI) { in tryOptSelectConjunction() argument