Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp717 static bool hasProfileData(const Function &F, const FunctionOutliningInfo &OI) { in hasProfileData() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLICM.cpp234 bool hasProfileData = L->getHeader()->getParent()->hasProfileData(); in runOnLoop() local