Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/XRay/
H A DProfile.h41 Profile mergeProfilesByThread(const Profile &L, const Profile &R);
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DProfile.cpp193 Profile mergeProfilesByThread(const Profile &L, const Profile &R) { in mergeProfilesByThread() function