Home
last modified time | relevance | path

Searched refs:createTaskyield (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h748 void createTaskyield(const LocationDescription &Loc);
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1276 void OpenMPIRBuilder::createTaskyield(const LocationDescription &Loc) { in createTaskyield() function in OpenMPIRBuilder
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2263 OMPBuilder.createTaskyield(CGF.Builder); in emitTaskyieldCall()