Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp195 UnknownOperandCount += Direction; in updateForBB()
271 PRINT_PROPERTY(UnknownOperandCount) in print()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h118 int64_t UnknownOperandCount = 0; variable