Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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);
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DFunction.h301 ProfileCount getEntryCount(bool AllowSynthetic = false) const;
/third_party/skia/third_party/externals/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()