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