Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp978 VarLocsInRange &KillSet);
1078 for (LocIndex::u32_index_t ID : KillSet) { in erase()
1388 VarLocsInRange &KillSet) { in emitEntryValues() argument
1393 for (uint32_t ID : KillSet) { in emitEntryValues()
1557 VarLocsInRange KillSet; in transferRegisterDef() local
1657 VarLocsInRange KillSet; in transferSpillOrRestoreInst() local
1675 KillSet.insert(ID); in transferSpillOrRestoreInst()
1683 OpenRanges.erase(KillSet, VarLocIDs, LocIndex::kSpillLocation); in transferSpillOrRestoreInst()
1963 VarLocSet KillSet(Alloc); in join() local
1969 KillSet.set(ID); in join()
[all …]
/llvm-project-15.0.7/bolt/lib/Passes/
H A DRegAnalysis.cpp192 BitVector &KillSet) const { in getInstClobberList()
193 return getInstUsedRegsList(Inst, KillSet, /*GetClobbers*/ true); in getInstClobberList()
/llvm-project-15.0.7/bolt/include/bolt/Passes/
H A DRegAnalysis.h51 void getInstClobberList(const MCInst &Inst, BitVector &KillSet) const;
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp235 MapVector<BasicBlock *, SetVector<Value *>> KillSet; member
3139 SetVector<Value *> KillSet; in computeKillSet() local
3142 KillSet.insert(&I); in computeKillSet()
3143 return KillSet; in computeKillSet()
3181 Data.KillSet[&BB] = computeKillSet(&BB); in computeLiveInValues()
3186 for (Value *Kill : Data.KillSet[&BB]) in computeLiveInValues()
3194 Data.LiveIn[&BB].set_subtract(Data.KillSet[&BB]); in computeLiveInValues()
3223 LiveTmp.set_subtract(Data.KillSet[BB]); in computeLiveInValues()