Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp196 UnknownOperandCount += Direction; in updateForBB()
302 UnknownOperandCount != FPI.UnknownOperandCount || in operator ==()
361 PRINT_PROPERTY(UnknownOperandCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h124 int64_t UnknownOperandCount = 0; variable