Searched refs:CondMI (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.cpp422 auto &CondMI = *BuildMI(&MBB, DL, getBrCond(CC)).addMBB(TBB); local
424 if (BytesAdded) *BytesAdded += getInstSizeInBytes(CondMI);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp359 MachineInstr &CondMI = local
362 *BytesAdded += getInstSizeInBytes(CondMI);

Completed in 104 milliseconds