Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1302 IFListType::iterator MinI = std::min_element(LL.begin(), LL.end(), IFO); in selectCandidates() local
1303 assert(MinI != LL.end()); in selectCandidates()
1304 IFRecordWithRegSet M = *MinI; in selectCandidates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1335 IFListType::iterator MinI = std::min_element(LL.begin(), LL.end(), IFO); in selectCandidates() local
1336 assert(MinI != LL.end()); in selectCandidates()
1337 IFRecordWithRegSet M = *MinI; in selectCandidates()