Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp142 void addRegToUpdateWithLine(Register Reg, int Line);
181 #define addRegToUpdate(R) addRegToUpdateWithLine(R, __LINE__)
182 void PPCMIPeephole::addRegToUpdateWithLine(Register Reg, int Line) { in addRegToUpdateWithLine() function in __anon5a1133160111::PPCMIPeephole