Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6839 SmallVector<int64_t, 2> LocationOpIndexMap; in SalvageDVI() local
6840 LocationOpIndexMap.assign(DVIRec.LocationOps.size(), -1); in SalvageDVI()
6851 LocationOpIndexMap[i] = NewLocationOps.size() - 1; in SalvageDVI()
6853 << " now at index " << LocationOpIndexMap[i] << "\n"); in SalvageDVI()
6911 assert(LocationOpIndexMap[Op.getArg(0)] != -1 && in SalvageDVI()
6913 NewExpr.push_back(LocationOpIndexMap[Op.getArg(0)]); in SalvageDVI()