Searched refs:UniqueValue (Results 1 – 3 of 3) sorted by relevance
414 Value *UniqueValue = nullptr; in insertUniqueBackedgeBlock() local423 if (!UniqueValue) in insertUniqueBackedgeBlock()424 UniqueValue = IV; in insertUniqueBackedgeBlock()425 else if (UniqueValue != IV) in insertUniqueBackedgeBlock()448 NewPN->replaceAllUsesWith(UniqueValue); in insertUniqueBackedgeBlock()
648 MemoryAccess *UniqueValue = nullptr; in updatePhisWhenInsertingUniqueBackedgeBlock() local655 if (!UniqueValue) in updatePhisWhenInsertingUniqueBackedgeBlock()656 UniqueValue = IV; in updatePhisWhenInsertingUniqueBackedgeBlock()657 else if (UniqueValue != IV) in updatePhisWhenInsertingUniqueBackedgeBlock()
1197 U64 UniqueValue; /* 04h */ member