Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h775 llvm::FunctionCallee createDispatchInitFunction(unsigned IVSize,
H A DCGOpenMPRuntime.cpp1585 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { in createDispatchInitFunction() function in CGOpenMPRuntime
2757 CGF.EmitRuntimeCall(createDispatchInitFunction(IVSize, IVSigned), Args); in emitForDispatchInit()