dependencies from func calls
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user