Lines Matching refs:Address
957 // If the load and store are to the exact same address, they should have been
1396 // The address being loaded in this non-local block may not be the same as
1398 // to consider the right address.
1399 Value *Address = Deps[i].getAddress();
1405 if (DL && Address) {
1406 int Offset = AnalyzeLoadFromClobberingStore(LI->getType(), Address,
1424 if (DepLI != LI && Address && DL) {
1425 int Offset = AnalyzeLoadFromClobberingLoad(LI->getType(), Address,
1439 if (DL && Address) {
1440 int Offset = AnalyzeLoadFromClobberingMemInst(LI->getType(), Address,
1475 // Reject loads and stores that are to the same address but are of
1619 PHITransAddr Address(LI->getPointerOperand(), DL);
1621 LoadPtr = Address.PHITranslateWithInsertion(LoadBB, UnavailablePred,