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.cpp468 bool IgnoreDead; member in __anondcf0e0b20611::RegisterOperandsCollector
472 const MachineRegisterInfo &MRI, bool IgnoreDead) in RegisterOperandsCollector() argument
473 : RegOpers(RegOpers), TRI(TRI), MRI(MRI), IgnoreDead(IgnoreDead) {} in RegisterOperandsCollector()
508 if (!IgnoreDead) in collectOperand()
539 if (!IgnoreDead) in collectOperandLanes()
565 bool TrackLaneMasks, bool IgnoreDead) { in collect() argument
566 RegisterOperandsCollector Collector(*this, TRI, MRI, IgnoreDead); in collect()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h182 bool IgnoreDead);