Searched defs:GetCFGOnlyPasses (Results 1 – 3 of 3) sorted by relevance
263 struct GetCFGOnlyPasses : public PassRegistrationListener { struct264 using VectorType = AnalysisUsage::VectorType;266 VectorType &CFGOnlyList;268 GetCFGOnlyPasses(VectorType &L) : CFGOnlyList(L) {} in GetCFGOnlyPasses() function270 void passEnumerate(const PassInfo *P) override { in passEnumerate()
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()