Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp879 const VarLocSet &CollectFrom,
884 void getUsedRegs(const VarLocSet &CollectFrom,
989 const VarLocSet &CollectFrom,
1205 const VarLocSet &CollectFrom, in collectIDsForRegs() argument
1211 auto It = CollectFrom.find(LocIndex::rawIndexForReg(SortedRegs.front())); in collectIDsForRegs()
1212 auto End = CollectFrom.end(); in collectIDsForRegs()
1238 void VarLocBasedLDV::getUsedRegs(const VarLocSet &CollectFrom, in getUsedRegs() argument
1262 for (auto It = CollectFrom.find(FirstRegIndex), in getUsedRegs()
1263 End = CollectFrom.find(FirstInvalidIndex); in getUsedRegs()
1267 for (auto It = CollectFrom.find(FirstVirtualRegIndex), in getUsedRegs()
[all …]