Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp562 using IFListType = std::vector<IFRecordWithRegSet>; typedef in __anon7f002ed80511::HexagonGenInsert
563 using IFMapType = DenseMap<unsigned, IFListType>; // vreg -> IFListType
587 const IFListType &LL = I.second; in dump_map()
1028 IFListType &LL = I.second; in computeRemovableRegisters()
1050 IFListType &LL = F->second; in pruneCoveredSets()
1136 IFListType &LL = F->second; in pruneUsesTooFar()
1157 IFListType &LL = F->second; in pruneRegCopies()
1273 const IFListType &LL = I->second; in selectCandidates()
1310 IFListType &LL = I->second; in selectCandidates()
1317 IFListType::iterator MinI = llvm::min_element(LL, IFO); in selectCandidates()
[all …]