reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4065 EI.second.getHotness() != CalleeInfo::HotnessType::Unknown;
lib/IR/AsmWriter.cpp2970 if (Call.second.getHotness() != CalleeInfo::HotnessType::Unknown) 2971 Out << ", hotness: " << getHotnessName(Call.second.getHotness());lib/Transforms/IPO/FunctionImport.cpp
388 Threshold * GetBonusMultiplier(Edge.second.getHotness()); 398 Edge.second.getHotness() == CalleeInfo::HotnessType::Hot; 400 Edge.second.getHotness() == CalleeInfo::HotnessType::Critical; 448 std::max(FailureInfo->MaxHotness, Edge.second.getHotness()); 454 VI, Edge.second.getHotness(), Reason, 1);