We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c0034 commit e62eb03Copy full SHA for e62eb03
1 file changed
passes/ASPIS.h
@@ -69,6 +69,13 @@ class EDDI : public PassInfoMixin<EDDI> {
69
void CreateErrBB(Module &Md);
70
71
public:
72
+ std::set<Value*> *getSOR() {return &SphereOfReplication;}
73
+ std::set<Value*> *getSOD() {return &SphereOfReplication;}
74
+ std::set<Value*> *getSOE() {return &SphereOfExclusion;}
75
+ std::map<Value*, ASPISInstr*> *getValuesToASPISInstr() {return &ValuesToASPISInstr;}
76
+ BasicBlock *getErrBB() {return ErrBB;}
77
+
78
79
PreservedAnalyses run(Module &M,
80
ModuleAnalysisManager &);
81
0 commit comments