reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2287 Function *Callee = CI->getCalledFunction(); 2296 if (!CI->hasFnAttr(Attribute::Cold) && 2297 isReportingError(Callee, CI, StreamArg)) { 2298 CI->addAttribute(AttributeList::FunctionIndex, Attribute::Cold);