Searched refs:KnownLive1 (Results 1 – 1 of 1) sorted by relevance
2116 bool ValueAlreadyLiveAtInst(Value *Val, Value *KnownLive1, Value *KnownLive2);2995 bool AddressingModeMatcher::ValueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in ValueAlreadyLiveAtInst() argument2998 if (Val == nullptr || Val == KnownLive1 || Val == KnownLive2) in ValueAlreadyLiveAtInst()