Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h138 void deleteGC(const Function &Fn);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp312 void LLVMContext::deleteGC(const Function &Fn) { in deleteGC() function in LLVMContext
H A DFunction.cpp657 getContext().deleteGC(*this); in clearGC()