Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp297 InstructionOperandCount != FPI.InstructionOperandCount || in operator ==()
356 PRINT_PROPERTY(InstructionOperandCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h119 int64_t InstructionOperandCount = 0; variable