Skip to content
Commit 08e562d3 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

In ExplodedGraphImpl::Trim, prioritize for paths that don't span loops by using

two worklists: for nodes whose locations are block edges with loop terminators
and another for nodes with all other locations.  We only dequeue from the loop
worklist when the other is empty.  Exploration of the graph is still in
reverse-BFS.

llvm-svn: 49791
parent 522dc991
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment