Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_lock.cpp1918 kmp_uint32 totalSpeculations = t->successfulSpeculations + in __kmp_print_speculative_stats() local
1946 totalSpeculations); in __kmp_print_speculative_stats()
1949 percent(t->successfulSpeculations, totalSpeculations)); in __kmp_print_speculative_stats()
1952 percent(t->softFailedSpeculations, totalSpeculations)); in __kmp_print_speculative_stats()
1955 percent(t->hardFailedSpeculations, totalSpeculations)); in __kmp_print_speculative_stats()