Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2116 bool ValueAlreadyLiveAtInst(Value *Val, Value *KnownLive1, Value *KnownLive2);
2995 bool AddressingModeMatcher::ValueAlreadyLiveAtInst(Value *Val,Value *KnownLive1, in ValueAlreadyLiveAtInst() argument
2998 if (Val == nullptr || Val == KnownLive1 || Val == KnownLive2) in ValueAlreadyLiveAtInst()