Searched refs:KnownLive1 (Results 1 – 3 of 3) sorted by relevance
103 bool ValueAlreadyLiveAtInst(Value *Val, Value *KnownLive1, Value *KnownLive2);
457 bool AddressingModeMatcher::ValueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in ValueAlreadyLiveAtInst() argument460 if (Val == 0 || Val == KnownLive1 || Val == KnownLive2) in ValueAlreadyLiveAtInst()
2656 bool valueAlreadyLiveAtInst(Value *Val, Value *KnownLive1, Value *KnownLive2);3546 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in valueAlreadyLiveAtInst() argument3549 if (Val == nullptr || Val == KnownLive1 || Val == KnownLive2) in valueAlreadyLiveAtInst()