Searched refs:AIdx (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h310 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1474 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, argument
1477 assert (AIdx < BIdx && "Must pass arguments in program order");
1505 std::swap(AIdx, BIdx);
1513 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *InstMap[AIdx] << " to "
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp960 SlotIndex AIdx = CopyIdx.getRegSlot(true); local
964 VNInfo *ASubValNo = SA.getVNInfoAt(AIdx);

Completed in 81 milliseconds