Lines Matching full:live
97 // confuse us, so we mark all live things first.
98 llvm::BitVector live(cfg->getNumBlockIDs());
100 live);
106 // mark them as live.
109 if (!live[b.getBlockID()]) {
114 count += reachable_code::ScanReachableFromBlock(&b, live);
120 // Now we know what is live, we check the live precessors of the exit block
136 if (!live[B.getBlockID()])