Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h210 bool shouldEncodeData(const ProfilingData &PD);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp412 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData() function in InstrProfWriter
848 if (shouldEncodeData(I.getValue())) in writeImpl()
1122 if (shouldEncodeData(I.getValue())) { in writeText()