Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp61 StoreInstCount += Direction; in updateForBB()
107 << "StoreInstCount: " << StoreInstCount << "\n" in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h69 int64_t StoreInstCount = 0; variable