Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp1075 MIHeightMap::iterator HeightI = Heights.find(&MI); in computeInstrHeights() local
1076 if (HeightI != Heights.end()) { in computeInstrHeights()
1077 Cycle = HeightI->second; in computeInstrHeights()
1079 Heights.erase(HeightI); in computeInstrHeights()