Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AliveBlocks

1537       // Our vregsRequired should be identical to LiveVariables' AliveBlocks
1539 if (!VI.AliveBlocks.test(MBB.getNumber())) {
1540 report("LiveVariables: Block missing from AliveBlocks", &MBB);
1545 if (VI.AliveBlocks.test(MBB.getNumber())) {
1546 report("LiveVariables: Block should not be in AliveBlocks", &MBB);