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

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

Completed in 152 milliseconds