Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/Hexagon/
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()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DAttributor.cpp401 Value *AdjV = AA::getWithType(V, *I.getType()); in getPotentialCopiesOfMemoryValue() local
402 if (!AdjV) { in getPotentialCopiesOfMemoryValue()
408 return AdjV; in getPotentialCopiesOfMemoryValue()