Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DFunction.h294 bool hasProfileData() const { return getEntryCount().hasValue(); } in hasProfileData() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp696 static bool hasProfileData(Function *F, FunctionOutliningInfo *OI) { in hasProfileData() function