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.cpp876 const VarLocSet &CollectFrom,
881 void getUsedRegs(const VarLocSet &CollectFrom,
986 const VarLocSet &CollectFrom,
1202 const VarLocSet &CollectFrom, in collectIDsForRegs() argument
1208 auto It = CollectFrom.find(LocIndex::rawIndexForReg(SortedRegs.front())); in collectIDsForRegs()
1209 auto End = CollectFrom.end(); in collectIDsForRegs()
1235 void VarLocBasedLDV::getUsedRegs(const VarLocSet &CollectFrom, in getUsedRegs() argument
1243 for (auto It = CollectFrom.find(FirstRegIndex), in getUsedRegs()
1244 End = CollectFrom.find(FirstInvalidIndex); in getUsedRegs()
1445 const VarLocSet &CollectFrom, in collectAllVarLocs() argument
[all …]