Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h580 llvm::FunctionCallee createDispatchInitFunction(unsigned IVSize,
H A DCGOpenMPRuntime.cpp1531 CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, bool IVSigned) { in createDispatchInitFunction() function in CGOpenMPRuntime
2722 CGF.EmitRuntimeCall(createDispatchInitFunction(IVSize, IVSigned), Args); in emitForDispatchInit()