Home
last modified time | relevance | path

Searched defs:hasProfileSummary (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h69 bool hasProfileSummary() const { return Summary != nullptr; } in hasProfileSummary() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DProfileSummaryInfo.h71 bool hasProfileSummary() { return computeSummary(); } in hasProfileSummary() function