Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp821 const VarLocSet &CollectFrom,
826 void getUsedRegs(const VarLocSet &CollectFrom,
925 const VarLocSet &CollectFrom,
1124 const VarLocSet &CollectFrom, in collectIDsForRegs() argument
1130 auto It = CollectFrom.find(LocIndex::rawIndexForReg(SortedRegs.front())); in collectIDsForRegs()
1131 auto End = CollectFrom.end(); in collectIDsForRegs()
1157 void VarLocBasedLDV::getUsedRegs(const VarLocSet &CollectFrom, in getUsedRegs() argument
1165 for (auto It = CollectFrom.find(FirstRegIndex), in getUsedRegs()
1166 End = CollectFrom.find(FirstInvalidIndex); in getUsedRegs()
1334 const VarLocSet &CollectFrom, in collectAllVarLocs() argument
[all …]