reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/AsmWriter.cpp
 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;