Home
last modified time | relevance | path

Searched refs:lowerLongBranch (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsMCInstLower.h48 bool lowerLongBranch(const MachineInstr *MI, MCInst &OutMI) const;
H A DMipsMCInstLower.cpp294 bool MipsMCInstLower::lowerLongBranch(const MachineInstr *MI, in lowerLongBranch() function in MipsMCInstLower
316 if (lowerLongBranch(MI, OutMI)) in Lower()