DFG Update

This commit is contained in:
VinhTA-Computer-Master 2021-09-01 21:44:51 -07:00 committed by GitHub
parent d0b698d6d7
commit 1b54d439fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -146,6 +146,13 @@ namespace llvm
bool is_Routing_Operation(); bool is_Routing_Operation();
bool is_Phi_Operation(); bool is_Phi_Operation();
bool is_ConditionalSelect_Operation(); bool is_ConditionalSelect_Operation();
bool is_Add_Operation();
bool is_Sub_Operation();
bool is_Mult_Operation();
bool is_Div_Operation();
bool is_Comp_Operation();
bool is_Binary_Operation();
std::string Op_To_String();
NODE* get_Related_Node(); NODE* get_Related_Node();