Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterPressure.cpp473 bool IgnoreDead; member in __anonf65133fd0611::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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h182 bool IgnoreDead);