Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMIPeephole.cpp150 void addRegToUpdateWithLine(Register Reg, int Line);
189 #define addRegToUpdate(R) addRegToUpdateWithLine(R, __LINE__)
190 void PPCMIPeephole::addRegToUpdateWithLine(Register Reg, int Line) { in addRegToUpdateWithLine() function in __anona649e7600111::PPCMIPeephole