Home | History | Annotate | Download | only in Hexagon

Lines Matching defs:LoadI

1359       bool LoadI = I->mayLoad(), StoreI = I->mayStore();
1363 if (LoadI) {
1367 } else if (!LoadJ || (!LoadI && !StoreI)) {