Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp276 uint64_t ParentTotalSamples = CallerFS->getTotalSamples(); in callsiteIsHot() local
277 if (ParentTotalSamples == 0) in callsiteIsHot()
285 (double)CallsiteTotalSamples / (double)ParentTotalSamples * 100.0; in callsiteIsHot()