reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
43 class OptBisect : public OptPassGate {
unittests/IR/LegacyPassManagerTest.cpp 400 struct CustomOptPassGate : public OptPassGate {
33 class OptPassGate;
301 OptPassGate &getOptPassGate() const; 308 void setOptPassGate(OptPassGate&);include/llvm/IR/OptBisect.h
43 class OptBisect : public OptPassGate {
lib/Analysis/CallGraphSCCPass.cpp 703 OptPassGate &Gate =
lib/Analysis/LoopPass.cpp 398 OptPassGate &Gate = F->getContext().getOptPassGate();
lib/Analysis/RegionPass.cpp 287 OptPassGate &Gate = F.getContext().getOptPassGate();
lib/IR/LLVMContextImpl.cpp243 OptPassGate &LLVMContextImpl::getOptPassGate() const { 249 void LLVMContextImpl::setOptPassGate(OptPassGate& OPG) {lib/IR/LLVMContextImpl.h
1411 mutable OptPassGate *OPG = nullptr; 1415 OptPassGate &getOptPassGate() const; 1422 void setOptPassGate(OptPassGate&);lib/IR/Pass.cpp
63 OptPassGate &Gate = M.getContext().getOptPassGate(); 167 OptPassGate &Gate = F.getContext().getOptPassGate(); 207 OptPassGate &Gate = F->getContext().getOptPassGate();unittests/IR/LegacyPassManagerTest.cpp
400 struct CustomOptPassGate : public OptPassGate {