Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOptBisect.h86 OptPassGate &getGlobalPassGate();
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DOptBisect.cpp54 OptPassGate &llvm::getGlobalPassGate() { return getOptBisector(); } in getGlobalPassGate() function in llvm
H A DLLVMContextImpl.cpp251 OPG = &getGlobalPassGate(); in getOptPassGate()