Searched refs:hasHipeCC (Results 1 – 2 of 2) sorted by relevance
205 bool hasHipeCC = (F ? F->getCallingConv() == CallingConv::HiPE : false); in getGPRsForTailCall() local206 if (hasHipeCC) in getGPRsForTailCall()
227 bool hasHipeCC = (F.getCallingConv() == CallingConv::HiPE); in getGPRsForTailCall() local228 if (hasHipeCC) in getGPRsForTailCall()