Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp1371 bool InstrumentValueSites = CGM.getCodeGenOpts().hasProfileClangInstr(); in valueProfile() local
1372 if (InstrumentValueSites && RegionCounterMap) { in valueProfile()