Skip to content

A c++ code to find dominator of a given control flow graph

Notifications You must be signed in to change notification settings

AdithyaKaranth/Dominators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dominators

A c++ code to find dominator of a given control flow graph Shell script has been written for the execution of the programs. Initially the CFG is taken as input and a new graph is produced as output after eliminating all the back edges. This generated graph is used to generate the dominator tree.

About

A c++ code to find dominator of a given control flow graph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published