Searched refs:KillSet (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | VarLocBasedImpl.cpp | 923 void erase(const VarLocsInRange &KillSet, const VarLocMap &VarLocIDs, 1054 VarLocsInRange &KillSet); 1152 void VarLocBasedLDV::OpenRangesSet::erase(const VarLocsInRange &KillSet, in erase() argument 1156 for (LocIndex::u32_index_t ID : KillSet) { in erase() 1466 VarLocsInRange &KillSet) { in emitEntryValues() argument 1471 for (uint32_t ID : KillSet) { in emitEntryValues() 1634 VarLocsInRange KillSet; in transferRegisterDef() local 1635 collectIDsForRegs(KillSet, DeadRegs, OpenRanges.getVarLocs(), VarLocIDs); in transferRegisterDef() 1636 OpenRanges.erase(KillSet, VarLocIDs, LocIndex::kUniversalLocation); in transferRegisterDef() 1641 emitEntryValues(MI, OpenRanges, VarLocIDs, EntryValTransfers, KillSet); in transferRegisterDef() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 237 MapVector<BasicBlock *, SetVector<Value *>> KillSet; member 3267 SetVector<Value *> KillSet; in computeKillSet() local 3270 KillSet.insert(&I); in computeKillSet() 3271 return KillSet; in computeKillSet() 3309 Data.KillSet[&BB] = computeKillSet(&BB); in computeLiveInValues() 3314 for (Value *Kill : Data.KillSet[&BB]) in computeLiveInValues() 3322 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues() 3351 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()
|