Home | History | Annotate | Download | only in Hexagon

Lines Matching full:indmap

340   InductionMap IndMap;
366 IndMap.insert(std::make_pair(UpdReg, std::make_pair(IndReg, V)));
398 InductionMap::iterator IndMapEnd = IndMap.end();
401 InductionMap::iterator F1 = IndMap.find(CmpReg1);
406 InductionMap::iterator F2 = IndMap.find(CmpReg2);