Home
last modified time | relevance | path

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

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