Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h809 llvm::FunctionCallee createDispatchNextFunction(unsigned IVSize,
H A DCGOpenMPRuntime.cpp1628 CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, bool IVSigned) { in createDispatchNextFunction() function in CGOpenMPRuntime
2900 CGF.EmitRuntimeCall(createDispatchNextFunction(IVSize, IVSigned), Args); in emitForNext()