Home
last modified time | relevance | path

Searched defs:Kills (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h90 std::vector<MachineInstr*> Kills; global() member
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp800 SmallPtrSet<const MachineBasicBlock *, 8> Kills; isLiveOut() local
827 DenseSet<unsigned> Defs, Kills; addNewBlock() local
[all...]
H A DTwoAddressInstructionPass.cpp886 SmallVector<Register, 2> Kills; rescheduleMIBelowKill() local
1065 SmallVector<Register, 2> Kills; rescheduleKillAboveMI() local
H A DLiveDebugVariables.cpp964 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 DMachineTraceMetrics.cpp720 SmallVector<MCRegister, 8> Kills; updatePhysDepsDownwards() local
/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp919 unsigned Kills = 0; adjustLiveRegs() local
[all...]
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp100 BitVector Kills; global() member