Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h683 llvm::Constant *createDispatchInitFunction(unsigned IVSize, bool IVSigned);
H A DCGOpenMPRuntime.cpp2384 llvm::Constant *CGOpenMPRuntime::createDispatchInitFunction(unsigned IVSize, in createDispatchInitFunction() function in CGOpenMPRuntime
3410 CGF.EmitRuntimeCall(createDispatchInitFunction(IVSize, IVSigned), Args); in emitForDispatchInit()