Home
last modified time | relevance | path

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

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