Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:isAlias

329     /// isAlias - Return true if there is any possibility that the two addresses
331 bool isAlias(LSBaseSDNode *Op0, LSBaseSDNode *Op1) const;
9164 if (isAlias(AliasLoadNodes[ld], StoreNodes[i].MemNode)) {
11488 /// isAlias - Return true if there is any possibility that the two addresses
11490 bool DAGCombiner::isAlias(LSBaseSDNode *Op0, LSBaseSDNode *Op1) const {
11631 isAlias(cast<LSBaseSDNode>(N), cast<LSBaseSDNode>(Chain.getNode()))) {