Searched refs:KnownLive2 (Results 1 – 1 of 1) sorted by relevance
2598 bool valueAlreadyLiveAtInst(Value *Val, Value *KnownLive1, Value *KnownLive2);3482 Value *KnownLive2) { in valueAlreadyLiveAtInst() argument3484 if (Val == nullptr || Val == KnownLive1 || Val == KnownLive2) in valueAlreadyLiveAtInst()