Searched refs:HeightI (Results 1 – 1 of 1) sorted by relevance
968 MIHeightMap::iterator HeightI = Heights.find(MI); in computeInstrHeights() local969 if (HeightI != Heights.end()) { in computeInstrHeights()970 Cycle = HeightI->second; in computeInstrHeights()972 Heights.erase(HeightI); in computeInstrHeights()