Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp1104 MIHeightMap::iterator HeightI = Heights.find(&MI); in computeInstrHeights() local
1105 if (HeightI != Heights.end()) { in computeInstrHeights()
1106 Cycle = HeightI->second; in computeInstrHeights()
1108 Heights.erase(HeightI); in computeInstrHeights()