Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h153 bool shouldEncodeData(const ProfilingData &PD);
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp303 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData() function in InstrProfWriter
343 if (shouldEncodeData(I.getValue())) in writeImpl()
604 if (shouldEncodeData(I.getValue())) { in writeText()