Lines Matching refs:Cleared
306 bool Cleared = false; member
525 static void transferInstruction(const Instruction &I, bool &Cleared,
554 transferInstruction(I, BBS->Cleared, BBS->Contribution); in GCPtrTracker()
607 bool Cleared = false; in verifyFunction() local
608 transferInstruction(I, Cleared, AvailableSet); in verifyFunction()
609 (void)Cleared; in verifyFunction()
734 bool Cleared = false; in removeValidUnrelocatedDefs() local
735 transferInstruction(I, Cleared, AvailableSet); in removeValidUnrelocatedDefs()
736 (void)Cleared; in removeValidUnrelocatedDefs()
758 if (BBS->Cleared) in gatherDominatingDefs()
772 if (BBS.Cleared) { in transferBlock()
791 void GCPtrTracker::transferInstruction(const Instruction &I, bool &Cleared, in transferInstruction() argument
794 Cleared = true; in transferInstruction()