Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2575 CallInst *createOMPFree(const LocationDescription &Loc, Value *Addr,
/src/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5881 CallInst *OpenMPIRBuilder::createOMPFree(const LocationDescription &Loc, in createOMPFree() function in OpenMPIRBuilder
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1675 OMPBuilder.createOMPFree(CGF.Builder, Addr, Allocator); in getAddressOfLocalVariable()