Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6396 SmallVector<int64_t, 2> LocationOpIndexMap; in SalvageDVI() local
6397 LocationOpIndexMap.assign(DVIRec.LocationOps.size(), -1); in SalvageDVI()
6408 LocationOpIndexMap[i] = NewLocationOps.size() - 1; in SalvageDVI()
6410 << " now at index " << LocationOpIndexMap[i] << "\n"); in SalvageDVI()
6468 assert(LocationOpIndexMap[Op.getArg(0)] != -1 && in SalvageDVI()
6470 NewExpr.push_back(LocationOpIndexMap[Op.getArg(0)]); in SalvageDVI()