Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp84 LoadInstCount += Direction; in updateForBB()
274 LoadInstCount != FPI.LoadInstCount || in operator ==()
334 PRINT_PROPERTY(LoadInstCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h76 int64_t LoadInstCount = 0; variable