Searched refs:LocationOpIndexMap (Results 1 – 1 of 1) sorted by relevance
6839 SmallVector<int64_t, 2> LocationOpIndexMap; in SalvageDVI() local6840 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()