Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp442 auto *UserFn = Bb->getParent(); in getLutUsedFunction() local
444 ReturnFn = UserFn; in getLutUsedFunction()
445 else if (ReturnFn != UserFn) in getLutUsedFunction()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DThreading.h65 void llvm_execute_on_thread(void (*UserFn)(void *), void *UserData,
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DThreading.inc46 void(*UserFn)(void *);
53 TI->UserFn(TI->UserData);