Lines Matching defs:Address
964 // If the load and store are to the exact same address, they should have been
1402 // The address being loaded in this non-local block may not be the same as
1404 // to consider the right address.
1405 Value *Address = Deps[i].getAddress();
1411 if (Address) {
1413 AnalyzeLoadFromClobberingStore(LI->getType(), Address, DepSI);
1430 if (DepLI != LI && Address) {
1432 AnalyzeLoadFromClobberingLoad(LI->getType(), Address, DepLI, DL);
1445 if (Address) {
1446 int Offset = AnalyzeLoadFromClobberingMemInst(LI->getType(), Address,
1481 // Reject loads and stores that are to the same address but are of
1626 PHITransAddr Address(LI->getPointerOperand(), DL, AC);
1628 LoadPtr = Address.PHITranslateWithInsertion(LoadBB, UnavailablePred,