Searched refs:KillSet (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/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 …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 170 MapVector<BasicBlock *, SetVector<Value *>> KillSet; member 3240 SetVector<Value *> KillSet; in computeKillSet() local 3243 KillSet.insert(&I); in computeKillSet() 3244 return KillSet; in computeKillSet() 3282 Data.KillSet[&BB] = computeKillSet(&BB, GC); in computeLiveInValues() 3287 for (Value *Kill : Data.KillSet[&BB]) in computeLiveInValues() 3295 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues() 3324 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()
|