Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Mips/
DMipsMCInstLower.h48 bool lowerLongBranch(const MachineInstr *MI, MCInst &OutMI) const;
DMipsMCInstLower.cpp294 bool MipsMCInstLower::lowerLongBranch(const MachineInstr *MI, in lowerLongBranch() function in MipsMCInstLower
316 if (lowerLongBranch(MI, OutMI)) in Lower()