Home
last modified time | relevance | path

Searched refs:IgnoreDead (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp472 bool IgnoreDead; member in __anondcf0e0b20611::RegisterOperandsCollector
476 const MachineRegisterInfo &MRI, bool IgnoreDead) in RegisterOperandsCollector() argument
477 : RegOpers(RegOpers), TRI(TRI), MRI(MRI), IgnoreDead(IgnoreDead) {} in RegisterOperandsCollector()
512 if (!IgnoreDead) in collectOperand()
544 if (!IgnoreDead) in collectOperandLanes()
570 bool TrackLaneMasks, bool IgnoreDead) { in collect() argument
571 RegisterOperandsCollector Collector(*this, TRI, MRI, IgnoreDead); in collect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h181 bool IgnoreDead);