Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:AliveBlocks

988       // Our vregsRequired should be identical to LiveVariables' AliveBlocks
990 if (!VI.AliveBlocks.test(MFI->getNumber())) {
991 report("LiveVariables: Block missing from AliveBlocks", MFI);
996 if (VI.AliveBlocks.test(MFI->getNumber())) {
997 report("LiveVariables: Block should not be in AliveBlocks", MFI);