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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp284 /// isAlias - Return true if there is any possibility that the two addresses
286 bool isAlias(SDValue Ptr1, int64_t Size1,
295 /// isAlias - Return true if there is any possibility that the two addresses
297 bool isAlias(LSBaseSDNode *Op0, LSBaseSDNode *Op1);
8002 if (isAlias(AliasLoadNodes[ld], StoreNodes[i].MemNode)) {
10073 /// isAlias - Return true if there is any possibility that the two addresses
10075 bool DAGCombiner::isAlias(SDValue Ptr1, int64_t Size1, function in class:DAGCombiner
10146 bool DAGCombiner::isAlias(LSBaseSDNode *Op0, LSBaseSDNode *Op1) { function in class:DAGCombiner
10157 return isAlias(Ptr0, Size0, SrcValue0, SrcValueOffset0,
10249 isAlias(Pt
[all...]

Completed in 140 milliseconds