Home
last modified time | relevance | path

Searched refs:KnownLive1 (Results 1 – 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp2939 bool valueAlreadyLiveAtInst(Value *Val, Value *KnownLive1, Value *KnownLive2);
4612 bool AddressingModeMatcher::valueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in valueAlreadyLiveAtInst() argument
4615 if (Val == nullptr || Val == KnownLive1 || Val == KnownLive2) in valueAlreadyLiveAtInst()