Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp298 BasicBlockOperandCount != FPI.BasicBlockOperandCount || in operator ==()
357 PRINT_PROPERTY(BasicBlockOperandCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h120 int64_t BasicBlockOperandCount = 0; variable