Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DLLVMContext.h138 void deleteGC(const Function &Fn);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContext.cpp312 void LLVMContext::deleteGC(const Function &Fn) { in deleteGC() function in LLVMContext
H A DFunction.cpp664 getContext().deleteGC(*this); in clearGC()