reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2969 Out << "(callee: ^" << Machine.getGUIDSlot(Call.first.getGUID()); 2970 if (Call.second.getHotness() != CalleeInfo::HotnessType::Unknown) 2971 Out << ", hotness: " << getHotnessName(Call.second.getHotness()); 2972 else if (Call.second.RelBlockFreq) 2973 Out << ", relbf: " << Call.second.RelBlockFreq;