Files
SAPFOR/src/ProjectParameters/projectParameters.h

3 lines
289 B
C
Raw Normal View History

2023-09-14 19:43:13 +03:00
#pragma once
std::map< std::pair<std::string, int>, std::set<std::string>> findParameters(const std::map<std::string, std::vector<DefUseList>> &defUseByFunctions, const std::map<std::string, CommonBlock*> &commonBlocks, const std::map<std::string, std::vector<FuncInfo*>> &allFuncInfo);