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