Skip to content
  • Ted Kremenek's avatar
    Add new GRWorkList class that uses two queues: · d9de9f14
    Ted Kremenek authored
    - 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
    d9de9f14
Loading