Searched defs:Kills (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveVariables.h89 std::vector<MachineInstr*> Kills; member in struct:llvm::LiveVariables::VarInfo
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveVariables.cpp78 dbgs() << "\n #" << i << ": " << *Kills[i]; local
741 SmallPtrSet<const MachineBasicBlock *, 8> Kills; local
768 DenseSet<unsigned> Defs, Kills; local
[all...]
H A DLiveDebugVariables.cpp726 extendDef(SlotIndex Idx, DbgVariableValue DbgValue, LiveRange *LR, const VNInfo *VNI, SmallVectorImpl<SlotIndex> *Kills, LiveIntervals &LIS) argument
770 addDefsFromCopies( LiveInterval *LI, DbgVariableValue DbgValue, const SmallVectorImpl<SlotIndex> &Kills, SmallVectorImpl<std::pair<SlotIndex, DbgVariableValue>> &NewDefs, MachineRegisterInfo &MRI, LiveIntervals &LIS) argument
872 SmallVector<SlotIndex, 16> Kills; local
[all...]
H A DTwoAddressInstructionPass.cpp759 SmallVector<unsigned, 2> Kills; local
940 SmallSet<unsigned, 2> Kills; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp892 unsigned Kills = 0; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp88 BitVector Kills; member in struct:__anon4493::SuspendCrossingInfo::BlockData
[all...]

Completed in 174 milliseconds