Depth Search between CFGs in BFS algorithm using python with LLVM IR
Context: I am trying to find out the depth between two CFGs using BFS but the code is not properly working as it’s only showing the results up to depth 0 and 1 but it’s not showing the other depths like 2,3,4 and so on. I am posting here the code and a sample example.