Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/
H A DInstrProfWriter.h160 bool shouldEncodeData(const ProfilingData &PD);
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp312 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { in shouldEncodeData() function in InstrProfWriter
353 if (shouldEncodeData(I.getValue())) in writeImpl()
659 if (shouldEncodeData(I.getValue())) { in writeText()