Searched refs:NumOccurrences (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | machine-outliner-remarks.ll | 24 ; YAML-NEXT: - NumOccurrences: '2' 47 ; YAML-NEXT: - NumOccurrences: '2'
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | xplane_utils.cc | 282 if (event.NumOccurrences()) { in MergePlanes() 283 dst_event.SetNumOccurrences(event.NumOccurrences()); in MergePlanes()
|
D | xplane_visitor.h | 181 int64 NumOccurrences() const { return event_->num_occurrences(); } in NumOccurrences() function
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 236 int NumOccurrences; // The number of times specified variable 304 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option() 343 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences() 344 inline void reset() { NumOccurrences = 0; } in reset()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | CommandLine.h | 242 int NumOccurrences; // The number of times specified variable 316 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option() 356 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences() 357 inline void reset() { NumOccurrences = 0; } in reset()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 472 NumOccurrences = 0; in reset() 1683 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence() 1687 if (NumOccurrences > 1) in addOccurrence() 1691 if (NumOccurrences > 1) in addOccurrence()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 472 NumOccurrences = 0; in reset() 1666 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence() 1670 if (NumOccurrences > 1) in addOccurrence() 1674 if (NumOccurrences > 1) in addOccurrence()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CommandLine.h | 271 uint16_t NumOccurrences; // The number of times specified variable 347 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option() 396 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | CommandLine.h | 263 uint16_t NumOccurrences; // The number of times specified variable 339 : NumOccurrences(0), Occurrences(OccurrencesFlag), Value(0), in Option() 388 inline int getNumOccurrences() const { return NumOccurrences; } in getNumOccurrences()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 1375 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence() 1379 if (NumOccurrences > 1) in addOccurrence() 1383 if (NumOccurrences > 1) in addOccurrence()
|
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 1347 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence() 1351 if (NumOccurrences > 1) in addOccurrence() 1355 if (NumOccurrences > 1) in addOccurrence()
|