Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h378 bool TrackUntiedDefs = false;
408 bool TrackLaneMasks, bool TrackUntiedDefs);
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegisterPressure.cpp253 bool TrackLaneMasks, bool TrackUntiedDefs) { in init() argument
261 this->TrackUntiedDefs = TrackUntiedDefs; in init()
275 if (TrackUntiedDefs) in init()
826 if (TrackUntiedDefs) { in recede()
875 assert(!TrackUntiedDefs && "unsupported mode"); in advance()