Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp111 TotalCollectedSamples(0) { in SampleProfileLoader()
206 uint64_t TotalCollectedSamples; member in __anon56a9e4c60111::SampleProfileLoader
622 if (TotalCollectedSamples == 0) in emitInlineHints()
627 (double)FunctionSamples / (double)TotalCollectedSamples * 100.0; in emitInlineHints()
1249 TotalCollectedSamples += I.second.getTotalSamples(); in runOnModule()