Searched refs:OptPassGate (Results 1 – 11 of 11) sorted by relevance
25 class OptPassGate {27 virtual ~OptPassGate() = default;44 class LLVM_ABI OptBisect : public OptPassGate {87 LLVM_ABI OptPassGate &getGlobalPassGate();
34 class OptPassGate; variable319 LLVM_ABI OptPassGate &getOptPassGate() const;326 LLVM_ABI void setOptPassGate(OptPassGate &);
64 const OptPassGate &Gate = M.getContext().getOptPassGate(); in skipModule()175 OptPassGate &Gate = F.getContext().getOptPassGate(); in skipFunction()
228 OptPassGate &LLVMContextImpl::getOptPassGate() const { in getOptPassGate()234 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
58 OptPassGate &llvm::getGlobalPassGate() { return getOptBisector(); } in getGlobalPassGate()
349 OptPassGate &LLVMContext::getOptPassGate() const { in getOptPassGate()353 void LLVMContext::setOptPassGate(OptPassGate& OPG) { in setOptPassGate()
69 class OptPassGate; variable1862 mutable OptPassGate *OPG = nullptr;1866 OptPassGate &getOptPassGate() const;1873 void setOptPassGate(OptPassGate &);
285 const OptPassGate &Gate = F.getContext().getOptPassGate(); in skipRegion()
376 const OptPassGate &Gate = F->getContext().getOptPassGate(); in skipLoop()
605 OptPassGateInstrumentation OptPassGate; variable
1077 const OptPassGate &PassGate = Context.getOptPassGate(); in registerCallbacks()2441 OptPassGate(Context), in StandardInstrumentations()2515 OptPassGate.registerCallbacks(PIC); in registerCallbacks()