Home
last modified time | relevance | path

Searched refs:NumOccurrences (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmachine-outliner-remarks.ll24 ; YAML-NEXT: - NumOccurrences: '2'
47 ; YAML-NEXT: - NumOccurrences: '2'
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h259 uint16_t NumOccurrences; // The number of times specified variable
333 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option()
395 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp474 NumOccurrences = 0; in reset()
1777 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()