Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp868 void erase(const VarLocsInRange &KillSet, const VarLocMap &VarLocIDs,
984 VarLocsInRange &KillSet);
1074 void VarLocBasedLDV::OpenRangesSet::erase(const VarLocsInRange &KillSet, in erase() argument
1078 for (LocIndex::u32_index_t ID : KillSet) { in erase()
1355 VarLocsInRange &KillSet) { in emitEntryValues() argument
1360 for (uint32_t ID : KillSet) { in emitEntryValues()
1514 VarLocsInRange KillSet; in transferRegisterDef() local
1515 collectIDsForRegs(KillSet, DeadRegs, OpenRanges.getVarLocs(), VarLocIDs); in transferRegisterDef()
1516 OpenRanges.erase(KillSet, VarLocIDs, LocIndex::kUniversalLocation); in transferRegisterDef()
1521 emitEntryValues(MI, OpenRanges, VarLocIDs, Transfers, KillSet); in transferRegisterDef()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp235 MapVector<BasicBlock *, SetVector<Value *>> KillSet; member
2933 SetVector<Value *> KillSet; in computeKillSet() local
2936 KillSet.insert(&I); in computeKillSet()
2937 return KillSet; in computeKillSet()
2975 Data.KillSet[&BB] = computeKillSet(&BB); in computeLiveInValues()
2980 for (Value *Kill : Data.KillSet[&BB]) in computeLiveInValues()
2988 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues()
3017 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()