Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp1301 std::vector<MCWriteLatencyEntry>::iterator WLPos = std::search( in genSchedClassTables() local
1304 if (WLPos != SchedTables.WriteLatencies.end()) { in genSchedClassTables()
1305 unsigned Idx = WLPos - SchedTables.WriteLatencies.begin(); in genSchedClassTables()