Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/
DMipsMCInstLower.h46 bool lowerLongBranch(const MachineInstr *MI, MCInst &OutMI) const;
DMipsMCInstLower.cpp200 bool MipsMCInstLower::lowerLongBranch(const MachineInstr *MI, in lowerLongBranch() function in MipsMCInstLower
227 if (lowerLongBranch(MI, OutMI)) in Lower()