Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6537 SmallVector<int64_t, 2> LocationOpIndexMap; in SalvageDVI() local
6538 LocationOpIndexMap.assign(DVIRec.LocationOps.size(), -1); in SalvageDVI()
6549 LocationOpIndexMap[i] = NewLocationOps.size() - 1; in SalvageDVI()
6551 << " now at index " << LocationOpIndexMap[i] << "\n"); in SalvageDVI()
6609 assert(LocationOpIndexMap[Op.getArg(0)] != -1 && in SalvageDVI()
6611 NewExpr.push_back(LocationOpIndexMap[Op.getArg(0)]); in SalvageDVI()