dependencies from func calls

This commit is contained in:
Egor Mayorov
2026-05-06 19:49:54 +03:00
parent 4d9c01bdab
commit d5eeceef9e
5 changed files with 152 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
void insertIntrinsicStat(const std::vector<FuncInfo*>& allFuncInfo);
bool isPureIntrinsic(const std::string& name);
bool checkOutCalls(const std::set<std::string>& outCalls);
std::map<SgStatement*, std::set<std::string>> fillFromIntent(SgStatement* header);
void intentInsert(const std::vector<FuncInfo*>& allFuncInfo);