Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DLLVMContext.h139 void deleteGC(const Function &Fn);
/llvm-project-15.0.7/llvm/lib/IR/
H A DLLVMContext.cpp327 void LLVMContext::deleteGC(const Function &Fn) { in deleteGC() function in LLVMContext
H A DFunction.cpp702 getContext().deleteGC(*this); in clearGC()