Home
last modified time | relevance | path

Searched refs:DirectCallsToDefinedFunctions (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/llvm/unittests/Analysis/
DFunctionPropertiesAnalysisTest.cpp76 EXPECT_EQ(BranchesFeatures.DirectCallsToDefinedFunctions, 0); in TEST_F()
87 EXPECT_EQ(TopFeatures.DirectCallsToDefinedFunctions, 1); in TEST_F()
/external/llvm-project/llvm/lib/Analysis/
DFunctionPropertiesAnalysis.cpp42 ++FPI.DirectCallsToDefinedFunctions; in getFunctionPropertiesInfo()
65 << "DirectCallsToDefinedFunctions: " << DirectCallsToDefinedFunctions in print()
DMLInlineAdvisor.cpp122 .DirectCallsToDefinedFunctions; in getLocalCalls()
151 .DirectCallsToDefinedFunctions; in onSuccessfulInlining()
158 .DirectCallsToDefinedFunctions; in onSuccessfulInlining()
/external/llvm-project/llvm/include/llvm/Analysis/
DFunctionPropertiesAnalysis.h47 int64_t DirectCallsToDefinedFunctions = 0; variable
/external/llvm-project/llvm/test/Analysis/FunctionPropertiesAnalysis/
Dmatmul.ll23 ; CHECK-DAG: DirectCallsToDefinedFunctions: 1
136 ; CHECK-DAG: DirectCallsToDefinedFunctions: 0