Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h804 llvm::FunctionCallee createDispatchInitFunction(unsigned IVSize,
H A DCGOpenMPRuntime.cpp1589 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { in createDispatchInitFunction() function in CGOpenMPRuntime
2762 CGF.EmitRuntimeCall(createDispatchInitFunction(IVSize, IVSigned), Args); in emitForDispatchInit()