Searched refs:isAlias (Results 1 – 1 of 1) sorted by relevance
616 bool isAlias(SDNode *Op0, SDNode *Op1) const;18015 if (!isAlias(Chain.getNode(), N)) in visitLIFETIME_END()22721 bool DAGCombiner::isAlias(SDNode *Op0, SDNode *Op1) const { in isAlias() function in DAGCombiner22881 if ((IsLoad && IsOpLoad) || !isAlias(N, C.getNode())) { in GatherAllAliases()22899 if (!isAlias(N, C.getNode())) { in GatherAllAliases()