Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp146 static cl::bits<PGOMapFeaturesEnum> PgoAnalysisMapFeatures( variable
1350 return {PgoAnalysisMapFeatures.isSet(PGOMapFeaturesEnum::FuncEntryCount), in getBBAddrMapFeature()
1351 PgoAnalysisMapFeatures.isSet(PGOMapFeaturesEnum::BBFreq), in getBBAddrMapFeature()
1352 PgoAnalysisMapFeatures.isSet(PGOMapFeaturesEnum::BrProb), in getBBAddrMapFeature()
1996 else if (PgoAnalysisMapFeatures.getBits() != 0) in emitFunctionBody()