Searched refs:isAlias (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp578 bool isAlias(SDNode *Op0, SDNode *Op1) const;
16593 if (!isAlias(Chain.getNode(), N))
20810 bool DAGCombiner::isAlias(SDNode *Op0, SDNode *Op1) const { function in class:DAGCombiner
20965 if ((IsLoad && IsOpLoad) || !isAlias(N, C.getNode())) {
20983 if (!isAlias(N, C.getNode())) {

Completed in 106 milliseconds