Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DLLVMContext.cpp340 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate() function in LLVMContext
341 pImpl->setOptPassGate(OPG); in setOptPassGate()
H A DLLVMContextImpl.cpp250 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate() function in LLVMContextImpl
H A DLLVMContextImpl.h1398 void setOptPassGate(OptPassGate&);
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DLLVMContext.h328 void setOptPassGate(OptPassGate&);