Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h410 llvm::Constant *createDispatchNextFunction(unsigned IVSize, bool IVSigned);
DCGOpenMPRuntime.cpp1701 llvm::Constant *CGOpenMPRuntime::createDispatchNextFunction(unsigned IVSize, in createDispatchNextFunction() function in CGOpenMPRuntime
2600 CGF.EmitRuntimeCall(createDispatchNextFunction(IVSize, IVSigned), Args); in emitForNext()