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

Add new GRWorkList class that uses two queues:

- one queue (FIFO) to queue up nodes at block entrances
- another queue (LIFO) to queue up other nodes
- The idea is to explore basic blocks to completion, but to do a BFS exploration of blocks.

llvm-svn: 61106
parent 9e08ff40
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