Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp299 GlobalValueOperandCount != FPI.GlobalValueOperandCount || in operator ==()
358 PRINT_PROPERTY(GlobalValueOperandCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h121 int64_t GlobalValueOperandCount = 0; variable