Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/CodeGen/AArch64/
Dmachine-outliner-remarks.ll24 ; YAML-NEXT: - NumOccurrences: '2'
47 ; YAML-NEXT: - NumOccurrences: '2'
/external/tensorflow/tensorflow/core/profiler/utils/
Dxplane_utils.cc282 if (event.NumOccurrences()) { in MergePlanes()
283 dst_event.SetNumOccurrences(event.NumOccurrences()); in MergePlanes()
Dxplane_visitor.h181 int64 NumOccurrences() const { return event_->num_occurrences(); } in NumOccurrences() function
/external/llvm/include/llvm/Support/
DCommandLine.h236 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/
DCommandLine.h242 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/
DCommandLine.cpp472 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/
DCommandLine.cpp472 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/
DCommandLine.h271 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/
DCommandLine.h263 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/
DCommandLine.cpp1375 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/
DCommandLine.cpp1347 NumOccurrences++; // Increment the number of times we have been seen in addOccurrence()
1351 if (NumOccurrences > 1) in addOccurrence()
1355 if (NumOccurrences > 1) in addOccurrence()