Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1279 LLVM_ABI void createFlush(const LocationDescription &Loc);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1793 void OpenMPIRBuilder::createFlush(const LocationDescription &Loc) { in createFlush() function in OpenMPIRBuilder
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2734 OMPBuilder.createFlush(CGF.Builder); in emitFlush()