Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp574 IFMapType IFMap;
582 using iterator = IFMapType::const_iterator; in dump_map()
1051 using IterListType = SmallVector<IFMapType::iterator, 16>; in pruneEmptyLists()
1062 IFMapType::iterator F = IFMap.find(VR); in pruneCoveredSets()
1150 IFMapType::iterator F = IFMap.find(VR); in pruneUsesTooFar()
1171 IFMapType::iterator F = IFMap.find(VR); in pruneRegCopies()
1288 IFMapType::iterator End = IFMap.end(); in selectCandidates()
1290 for (IFMapType::iterator I = IFMap.begin(); I != End; ++I) { in selectCandidates()
1327 for (IFMapType::iterator I = IFMap.begin(); I != End; ++I) { in selectCandidates()
1379 for (IFMapType::iterator I = IFMap.begin(); I != End; ++I) { in selectCandidates()
[all …]