Searched defs:Kills (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveVariables.h | 90 std::vector<MachineInstr*> Kills; global() member [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveVariables.cpp | 800 SmallPtrSet<const MachineBasicBlock *, 8> Kills; isLiveOut() local 827 DenseSet<unsigned> Defs, Kills; addNewBlock() local [all...] |
H A D | TwoAddressInstructionPass.cpp | 886 SmallVector<Register, 2> Kills; rescheduleMIBelowKill() local 1065 SmallVector<Register, 2> Kills; rescheduleKillAboveMI() local
|
H A D | LiveDebugVariables.cpp | 964 extendDef(SlotIndex Idx,DbgVariableValue DbgValue,SmallDenseMap<unsigned,std::pair<LiveRange *,const VNInfo * >> & LiveIntervalInfo,std::optional<std::pair<SlotIndex,SmallVector<unsigned>>> & Kills,LiveIntervals & LIS) extendDef() argument 1137 std::optional<std::pair<SlotIndex, SmallVector<unsigned>>> Kills; computeIntervals() local [all...] |
H A D | MachineTraceMetrics.cpp | 720 SmallVector<MCRegister, 8> Kills; updatePhysDepsDownwards() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 919 unsigned Kills = 0; adjustLiveRegs() local [all...] |
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroFrame.cpp | 100 BitVector Kills; global() member
|