Searched defs:GetCFGOnlyPasses (Results 1 – 2 of 2) sorted by relevance
255 struct GetCFGOnlyPasses : public PassRegistrationListener { struct256 typedef AnalysisUsage::VectorType VectorType;257 VectorType &CFGOnlyList;258 GetCFGOnlyPasses(VectorType &L) : CFGOnlyList(L) {} in GetCFGOnlyPasses() function260 void passEnumerate(const PassInfo *P) override { in passEnumerate()
245 struct GetCFGOnlyPasses : public PassRegistrationListener { struct246 typedef AnalysisUsage::VectorType VectorType;247 VectorType &CFGOnlyList;248 GetCFGOnlyPasses(VectorType &L) : CFGOnlyList(L) {} in GetCFGOnlyPasses() function250 void passEnumerate(const PassInfo *P) { in passEnumerate()