Home
last modified time | relevance | path

Searched defs:SamplePGO (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DIndirectCallPromotion.cpp122 PGOIndirectCallPromotionLegacyPass(bool InLTO = false, bool SamplePGO = false) in PGOIndirectCallPromotionLegacyPass()
143 bool SamplePGO; member in __anone25302d10111::PGOIndirectCallPromotionLegacyPass
178 bool SamplePGO; member in __anone25302d10211::ICallPromotionFunc
207 bool SamplePGO, OptimizationRemarkEmitter &ORE) in ICallPromotionFunc()
389 bool InLTO, bool SamplePGO, in promoteIndirectCalls()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Instrumentation/
H A DPGOInstrumentation.h82 bool SamplePGO; variable