Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp231 bool IsCold = std::rand() % 2; in addMemProfRecord() local
232 if (IsCold) { in addMemProfRecord()