Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h585 llvm::FunctionCallee createDispatchNextFunction(unsigned IVSize,
H A DCGOpenMPRuntime.cpp1570 CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, bool IVSigned) { in createDispatchNextFunction() function in CGOpenMPRuntime
2872 CGF.EmitRuntimeCall(createDispatchNextFunction(IVSize, IVSigned), Args); in emitForNext()