Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h590 llvm::FunctionCallee createDispatchFiniFunction(unsigned IVSize,
H A DCGOpenMPRuntime.cpp1553 CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, bool IVSigned) { in createDispatchFiniFunction() function in CGOpenMPRuntime
2851 CGF.EmitRuntimeCall(createDispatchFiniFunction(IVSize, IVSigned), Args); in emitForOrderedIterationEnd()