Lines Matching full:cleared
306 bool Cleared = false; member
523 static void transferInstruction(const Instruction &I, bool &Cleared,
552 transferInstruction(I, BBS->Cleared, BBS->Contribution); in GCPtrTracker()
605 bool Cleared = false; in verifyFunction() local
606 transferInstruction(I, Cleared, AvailableSet); in verifyFunction()
607 (void)Cleared; in verifyFunction()
732 bool Cleared = false; in removeValidUnrelocatedDefs() local
733 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs()
734 (void)Cleared; in removeValidUnrelocatedDefs()
752 // If this block is 'Cleared', then nothing LiveIn to this block can be in gatherDominatingDefs()
756 if (BBS->Cleared) in gatherDominatingDefs()
770 if (BBS.Cleared) { in transferBlock()
789 void GCPtrTracker::transferInstruction(const Instruction &I, bool &Cleared, in transferInstruction() argument
792 Cleared = true; in transferInstruction()