Home
last modified time | relevance | path

Searched refs:AdjV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp863 int64_t AdjV = 0; in computeCount() local
879 AdjV += 1; in computeCount()
888 AdjV += (IVBump-1); in computeCount()
956 if (AdjV == 0) { in computeCount()
965 .addImm(AdjV); in computeCount()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp432 Value *AdjV = AA::getWithType(V, *I.getType()); in getPotentialCopiesOfMemoryValue() local
433 if (!AdjV) { in getPotentialCopiesOfMemoryValue()
439 return AdjV; in getPotentialCopiesOfMemoryValue()