Lines Matching defs:Cleared
307 bool Cleared = false;
525 static void transferInstruction(const Instruction &I, bool &Cleared,
554 transferInstruction(I, BBS->Cleared, BBS->Contribution);
607 bool Cleared = false;
608 transferInstruction(I, Cleared, AvailableSet);
609 (void)Cleared;
734 bool Cleared = false;
735 transferInstruction(I, Cleared, AvailableSet);
736 (void)Cleared;
754 // If this block is 'Cleared', then nothing LiveIn to this block can be
758 if (BBS->Cleared)
772 if (BBS.Cleared) {
791 void GCPtrTracker::transferInstruction(const Instruction &I, bool &Cleared,
794 Cleared = true;