Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegisterPressure.cpp473 bool IgnoreDead; member in __anon216687e20611::RegisterOperandsCollector
477 const MachineRegisterInfo &MRI, bool IgnoreDead) in RegisterOperandsCollector() argument
478 : RegOpers(RegOpers), TRI(TRI), MRI(MRI), IgnoreDead(IgnoreDead) {} in RegisterOperandsCollector()
513 if (!IgnoreDead) in collectOperand()
546 if (!IgnoreDead) in collectOperandLanes()
573 bool TrackLaneMasks, bool IgnoreDead) { in collect() argument
574 RegisterOperandsCollector Collector(*this, TRI, MRI, IgnoreDead); in collect()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h181 bool IgnoreDead);