Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp984 VarLocsInRange &KillSet);
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
1614 VarLocsInRange KillSet; in transferSpillOrRestoreInst() local
1632 KillSet.insert(ID); in transferSpillOrRestoreInst()
1640 OpenRanges.erase(KillSet, VarLocIDs, LocIndex::kSpillLocation); in transferSpillOrRestoreInst()
1914 VarLocSet KillSet(Alloc); in join() local
1920 KillSet.set(ID); in join()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp235 MapVector<BasicBlock *, SetVector<Value *>> KillSet; member
3010 SetVector<Value *> KillSet; in computeKillSet() local
3013 KillSet.insert(&I); in computeKillSet()
3014 return KillSet; in computeKillSet()
3052 Data.KillSet[&BB] = computeKillSet(&BB); in computeLiveInValues()
3057 for (Value *Kill : Data.KillSet[&BB]) in computeLiveInValues()
3065 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues()
3094 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()