Home
last modified time | relevance | path

Searched refs:shouldEncodeData (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h183 bool shouldEncodeData(const ProfilingData &PD);
/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp382 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData() function in InstrProfWriter
426 if (shouldEncodeData(I.getValue())) in writeImpl()
781 if (shouldEncodeData(I.getValue())) { in writeText()