reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
78 Hotness = std::max(Hotness, static_cast<uint32_t>(OtherHotness)); 78 Hotness = std::max(Hotness, static_cast<uint32_t>(OtherHotness)); 81 HotnessType getHotness() const { return HotnessType(Hotness); }lib/Bitcode/Writer/BitcodeWriter.cpp
3662 NameVals.push_back(static_cast<uint8_t>(ECI.second.Hotness)); 4102 NameVals.push_back(static_cast<uint8_t>(EI.second.Hotness));lib/IR/ModuleSummaryIndex.cpp
473 static_cast<int>(CGEdge.second.Hotness));