Home | History | Annotate | Download | only in Analysis

Lines Matching full:aidx

1180 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx,
1183 assert (AIdx < BIdx && "Must pass arguments in program order");
1211 std::swap(AIdx, BIdx);
1219 DEBUG(dbgs() << "LAA: Distance for " << *InstMap[AIdx] << " to "