Home
last modified time | relevance | path

Searched defs:LivePhysRegs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLivePhysRegs.h51 LivePhysRegs() : TRI(nullptr), LiveRegs() {} in LivePhysRegs() function
54 LivePhysRegs(const TargetRegisterInfo *TRI) : TRI(TRI) { in LivePhysRegs() function
/external/llvm/lib/CodeGen/
DDeadMachineInstructionElim.cpp37 BitVector LivePhysRegs; member in __anon8879ef820111::DeadMachineInstructionElim