Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h687 llvm::Constant *createDispatchNextFunction(unsigned IVSize, bool IVSigned);
H A DCGOpenMPRuntime.cpp2423 llvm::Constant *CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, in createDispatchNextFunction() function in CGOpenMPRuntime
3545 CGF.EmitRuntimeCall(createDispatchNextFunction(IVSize, IVSigned), Args); in emitForNext()