Lines Matching refs:Cleared
296 bool Cleared = false; member
505 static void transferInstruction(const Instruction &I, bool &Cleared,
534 transferInstruction(I, BBS->Cleared, BBS->Contribution); in GCPtrTracker()
588 bool Cleared = false; in verifyFunction() local
589 transferInstruction(I, Cleared, AvailableSet); in verifyFunction()
590 (void)Cleared; in verifyFunction()
715 bool Cleared = false; in removeValidUnrelocatedDefs() local
716 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs()
717 (void)Cleared; in removeValidUnrelocatedDefs()
739 if (BBS->Cleared) in gatherDominatingDefs()
753 if (BBS.Cleared) { in transferBlock()
772 void GCPtrTracker::transferInstruction(const Instruction &I, bool &Cleared, in transferInstruction() argument
775 Cleared = true; in transferInstruction()