Home
last modified time | relevance | path

Searched refs:StoreInstCount (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/llvm/unittests/Analysis/
DFunctionPropertiesAnalysisTest.cpp78 EXPECT_EQ(BranchesFeatures.StoreInstCount, 0); in TEST_F()
89 EXPECT_EQ(BranchesFeatures.StoreInstCount, 0); in TEST_F()
/external/llvm-project/llvm/lib/Analysis/
DFunctionPropertiesAnalysis.cpp47 ++FPI.StoreInstCount; in getFunctionPropertiesInfo()
68 << "StoreInstCount: " << StoreInstCount << "\n" in print()
/external/llvm-project/llvm/include/llvm/Analysis/
DFunctionPropertiesAnalysis.h53 int64_t StoreInstCount = 0; variable
/external/llvm-project/llvm/test/Analysis/FunctionPropertiesAnalysis/
Dmatmul.ll25 ; CHECK-DAG: StoreInstCount: 1
138 ; CHECK-DAG: StoreInstCount: 11