Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h414 llvm::Constant *createDispatchFiniFunction(unsigned IVSize, bool IVSigned);
DCGOpenMPRuntime.cpp1684 llvm::Constant *CGOpenMPRuntime::createDispatchFiniFunction(unsigned IVSize, in createDispatchFiniFunction() function in CGOpenMPRuntime
2579 CGF.EmitRuntimeCall(createDispatchFiniFunction(IVSize, IVSigned), Args); in emitForOrderedIterationEnd()