GraphAlgorithms
A series of algorithms working on `llvm::GraphTraits`. * `nodesBetween` computes the set of nodes on all the paths from a node A to B. * Factor out code to iterate over infinite loops into `exitless_scc_range`. * Introduce unit tests.