Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h691 llvm::Constant *createDispatchFiniFunction(unsigned IVSize, bool IVSigned);
H A DCGOpenMPRuntime.cpp2406 llvm::Constant *CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, in createDispatchFiniFunction() function in CGOpenMPRuntime
3524 CGF.EmitRuntimeCall(createDispatchFiniFunction(IVSize, IVSigned), Args); in emitForOrderedIterationEnd()