Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp706 static bool hasProfileData(Function *F, FunctionOutliningInfo *OI) { in hasProfileData() function
/external/llvm-project/llvm/lib/Transforms/IPO/
DPartialInlining.cpp714 static bool hasProfileData(const Function &F, const FunctionOutliningInfo &OI) { in hasProfileData() function
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLICM.cpp228 bool hasProfileData = L->getHeader()->getParent()->hasProfileData(); in runOnLoop() local