Home
last modified time | relevance | path

Searched refs:getFunctionPropertiesInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/lib/Analysis/
DFunctionPropertiesAnalysis.cpp20 FunctionPropertiesInfo::getFunctionPropertiesInfo(const Function &F, in getFunctionPropertiesInfo() function in FunctionPropertiesInfo
77 return FunctionPropertiesInfo::getFunctionPropertiesInfo( in run()
/external/llvm-project/llvm/include/llvm/Analysis/
DFunctionPropertiesAnalysis.h25 static FunctionPropertiesInfo getFunctionPropertiesInfo(const Function &F,
/external/llvm-project/llvm/unittests/Analysis/
DFunctionPropertiesAnalysisTest.cpp29 return FunctionPropertiesInfo::getFunctionPropertiesInfo(F, *LI); in buildFPI()