Searched refs:KillSet (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 926 void erase(const VarLocsInRange &KillSet, const VarLocMap &VarLocIDs, 1057 VarLocsInRange &KillSet); 1155 void VarLocBasedLDV::OpenRangesSet::erase(const VarLocsInRange &KillSet, in erase() argument 1159 for (LocIndex::u32_index_t ID : KillSet) { in erase() 1478 VarLocsInRange &KillSet) { in emitEntryValues() argument 1483 for (uint32_t ID : KillSet) { in emitEntryValues() 1646 VarLocsInRange KillSet; in transferRegisterDef() local 1647 collectIDsForRegs(KillSet, DeadRegs, OpenRanges.getVarLocs(), VarLocIDs); in transferRegisterDef() 1648 OpenRanges.erase(KillSet, VarLocIDs, LocIndex::kUniversalLocation); in transferRegisterDef() 1651 emitEntryValues(MI, OpenRanges, VarLocIDs, EntryValTransfers, KillSet); in transferRegisterDef() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 169 MapVector<BasicBlock *, SetVector<Value *>> KillSet; member 3248 SetVector<Value *> KillSet; in computeKillSet() local 3251 KillSet.insert(&I); in computeKillSet() 3252 return KillSet; in computeKillSet() 3290 Data.KillSet[&BB] = computeKillSet(&BB, GC); in computeLiveInValues() 3296 for (Value *Kill : Data.KillSet[&BB]) in computeLiveInValues() 3304 In.set_subtract(Data.KillSet[&BB]); in computeLiveInValues() 3332 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()
|