Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AliveBlocks

1298       // Our vregsRequired should be identical to LiveVariables' AliveBlocks
1300 if (!VI.AliveBlocks.test(MFI->getNumber())) {
1301 report("LiveVariables: Block missing from AliveBlocks", MFI);
1306 if (VI.AliveBlocks.test(MFI->getNumber())) {
1307 report("LiveVariables: Block should not be in AliveBlocks", MFI);