Home
last modified time | relevance | path

Searched refs:logInt64Value (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DTFUtilsTest.cpp162 L.logInt64Value(1, F01); in TEST()
167 L.logInt64Value(1, F11); in TEST()
234 L.logInt64Value(1, F01); in TEST()
238 L.logInt64Value(1, F11); in TEST()
261 L.logInt64Value(1, &I); in TEST()
290 L->logInt64Value(1, &I); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h89 void logInt64Value(size_t FeatureID, const int64_t *Value);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTFUtils.cpp468 void Logger::logInt64Value(size_t FeatureID, const int64_t *Value) { in logInt64Value() function in Logger
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMLRegallocEvictAdvisor.cpp883 Log->logInt64Value(CurrentFeature, &Ret); in tryFindEvictionCandidatePosition()