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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugValues.cpp457 /// Terminate all open ranges listed in \c KillSet by removing
459 void erase(const VarLocSet &KillSet, const VarLocMap &VarLocIDs);
531 SparseBitVector<> &KillSet);
648 void LiveDebugValues::OpenRangesSet::erase(const VarLocSet &KillSet, argument
650 VarLocs.intersectWithComplement(KillSet);
651 for (unsigned ID : KillSet) {
829 SparseBitVector<> &KillSet) {
830 for (unsigned ID : KillSet) {
928 SparseBitVector<> KillSet; local
940 KillSet
825 emitEntryValues(MachineInstr &MI, OpenRangesSet &OpenRanges, VarLocMap &VarLocIDs, TransferMap &Transfers, SparseBitVector<> &KillSet) argument
1051 VarLocSet KillSet; local
1323 VarLocSet KillSet; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp235 MapVector<BasicBlock *, SetVector<Value *>> KillSet; member in struct:__anon2747::GCPtrLivenessData
2689 SetVector<Value *> KillSet; local
2692 KillSet.insert(&I);
2693 return KillSet;
2731 Data.KillSet[&BB] = computeKillSet(&BB);
2736 for (Value *Kill : Data.KillSet[&BB])
2744 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]);
2773 LiveTmp.set_subtract(Data.KillSet[BB]);

Completed in 158 milliseconds