Searched refs:AllowSynthetic (Results 1 – 8 of 8) sorted by relevance
524 bool AllowSynthetic = false) const;527 bool AllowSynthetic = false) const;974 bool AllowSynthetic = false) const {976 AllowSynthetic);981 bool AllowSynthetic = false) const {983 AllowSynthetic);
71 bool AllowSynthetic = false) const;
105 bool AllowSynthetic = false);
208 bool AllowSynthetic) const { in getBlockProfileCount()212 return BFI->getBlockProfileCount(*getFunction(), BB, AllowSynthetic); in getBlockProfileCount()
107 bool AllowSynthetic) { in getProfileCount() argument123 return BFI->getBlockProfileCount(Inst->getParent(), AllowSynthetic); in getProfileCount()
561 bool AllowSynthetic) const { in getBlockProfileCount()563 AllowSynthetic); in getBlockProfileCount()569 bool AllowSynthetic) const { in getProfileCountFromFreq()570 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq()
301 ProfileCount getEntryCount(bool AllowSynthetic = false) const;
1571 ProfileCount Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount()1583 } else if (AllowSynthetic && in getEntryCount()