Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp300 InlineAsmOperandCount != FPI.InlineAsmOperandCount || in operator ==()
359 PRINT_PROPERTY(InlineAsmOperandCount) in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DFunctionPropertiesAnalysis.h122 int64_t InlineAsmOperandCount = 0; variable