Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h90 std::vector<MachineInstr*> Kills; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp799 SmallPtrSet<const MachineBasicBlock *, 8> Kills; in isLiveOut() local
826 DenseSet<unsigned> Defs, Kills; in addNewBlock() local
H A DTwoAddressInstructionPass.cpp886 SmallVector<Register, 2> Kills; in rescheduleMIBelowKill() local
1065 SmallVector<Register, 2> Kills; in rescheduleKillAboveMI() local
H A DLiveDebugVariables.cpp964 std::optional<std::pair<SlotIndex, SmallVector<unsigned>>> &Kills, in extendDef()
1137 std::optional<std::pair<SlotIndex, SmallVector<unsigned>>> Kills; in computeIntervals() local
H A DMachineTraceMetrics.cpp720 SmallVector<MCRegister, 8> Kills; in updatePhysDepsDownwards() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp918 unsigned Kills = 0; in adjustLiveRegs() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp97 BitVector Kills; member