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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h315 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1443 MemoryDepChecker::isDependent(const MemAccessInfo &A, unsigned AIdx, argument
1446 assert (AIdx < BIdx && "Must pass arguments in program order");
1474 std::swap(AIdx, BIdx);
1482 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *InstMap[AIdx] << " to "
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp954 SlotIndex AIdx = CopyIdx.getRegSlot(true); local
958 VNInfo *ASubValNo = SA.getVNInfoAt(AIdx);

Completed in 136 milliseconds