Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp208 bool AllowSynthetic) const { in getBlockProfileCount()
212 return BFI->getBlockProfileCount(*getFunction(), BB, AllowSynthetic); in getBlockProfileCount()
DProfileSummaryInfo.cpp107 bool AllowSynthetic) { in getProfileCount() argument
123 return BFI->getBlockProfileCount(Inst->getParent(), AllowSynthetic); in getProfileCount()
DBlockFrequencyInfoImpl.cpp561 bool AllowSynthetic) const { in getBlockProfileCount()
563 AllowSynthetic); in getBlockProfileCount()
569 bool AllowSynthetic) const { in getProfileCountFromFreq()
570 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq()
/external/llvm-project/llvm/lib/Analysis/
DBlockFrequencyInfo.cpp208 bool AllowSynthetic) const { in getBlockProfileCount()
212 return BFI->getBlockProfileCount(*getFunction(), BB, AllowSynthetic); in getBlockProfileCount()
DBlockFrequencyInfoImpl.cpp576 bool AllowSynthetic) const { in getBlockProfileCount()
578 AllowSynthetic); in getBlockProfileCount()
584 bool AllowSynthetic) const { in getProfileCountFromFreq()
585 auto EntryCount = F.getEntryCount(AllowSynthetic); in getProfileCountFromFreq()
DProfileSummaryInfo.cpp114 const CallBase &Call, BlockFrequencyInfo *BFI, bool AllowSynthetic) const { in getProfileCount()
128 return BFI->getBlockProfileCount(Call.getParent(), AllowSynthetic); in getProfileCount()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h524 bool AllowSynthetic = false) const;
527 bool AllowSynthetic = false) const;
974 bool AllowSynthetic = false) const {
976 AllowSynthetic);
981 bool AllowSynthetic = false) const {
983 AllowSynthetic);
DBlockFrequencyInfo.h71 bool AllowSynthetic = false) const;
DProfileSummaryInfo.h105 bool AllowSynthetic = false);
/external/llvm-project/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h528 bool AllowSynthetic = false) const;
531 bool AllowSynthetic = false) const;
987 bool AllowSynthetic = false) const {
989 AllowSynthetic);
994 bool AllowSynthetic = false) const {
996 AllowSynthetic);
DBlockFrequencyInfo.h71 bool AllowSynthetic = false) const;
DProfileSummaryInfo.h103 bool AllowSynthetic = false) const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h301 ProfileCount getEntryCount(bool AllowSynthetic = false) const;
/external/llvm-project/llvm/include/llvm/IR/
DFunction.h323 ProfileCount getEntryCount(bool AllowSynthetic = false) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp1571 ProfileCount Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount()
1583 } else if (AllowSynthetic && in getEntryCount()
/external/llvm-project/llvm/lib/IR/
DFunction.cpp1713 ProfileCount Function::getEntryCount(bool AllowSynthetic) const { in getEntryCount()
1725 } else if (AllowSynthetic && in getEntryCount()