Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp305 auto LibcFree = M.getOrInsertFunction("__libc_free", F->getFunctionType(), in run() local
307 F->replaceAllUsesWith(LibcFree.getCallee()); in run()