Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DLLVMContext.h140 void deleteGC(const Function &Fn);
/src/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContext.cpp347 void LLVMContext::deleteGC(const Function &Fn) { in deleteGC() function in LLVMContext
H A DFunction.cpp827 getContext().deleteGC(*this); in clearGC()