Home
last modified time | relevance | path

Searched refs:AInst (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp190 const Instruction *AInst = getDefOrUser(A); in localComesBefore() local
192 return AInst->comesBefore(BInst); in localComesBefore()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h423 getDependenceDistanceStrideAndSize(const MemAccessInfo &A, Instruction *AInst,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1991 const AccessAnalysis::MemAccessInfo &A, Instruction *AInst, in getDependenceDistanceStrideAndSize() argument
2002 Type *ATy = getLoadStoreType(AInst); in getDependenceDistanceStrideAndSize()
2023 std::swap(AInst, BInst); in getDependenceDistanceStrideAndSize()
2032 LLVM_DEBUG(dbgs() << "LAA: Distance for " << *AInst << " to " << *BInst in getDependenceDistanceStrideAndSize()