Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp51 void replaceWithBRcc(MachineInstr *MI) const;
114 void ARCBranchFinalize::replaceWithBRcc(MachineInstr *MI) const { in replaceWithBRcc() function in ARCBranchFinalize
172 isInt<9>(MaxSize) ? replaceWithBRcc(P.first) : replaceWithCmpBcc(P.first); in runOnMachineFunction()