Searched defs:getAAInfo (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h169 /// getAAInfo - Return the AA tags for the memory reference.
170 AAMDNodes getAAInfo() const { return AAInfo; } function in class:llvm::MachineMemOperand
219 LHS.getAAInfo() == RHS.getAAInfo() &&
H A DSelectionDAGNodes.h1155 AAMDNodes getAAInfo() const { return MMO->getAAInfo(); } function in class:MemSDNode
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h74 /// getAAInfo - Return the AAInfo, or null if there is no
76 AAMDNodes getAAInfo() const { function in class:llvm::AliasSet::PointerRec
211 AAMDNodes getAAInfo() const { return CurNode->getAAInfo(); } function

Completed in 139 milliseconds