Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h377 bool TrackUntiedDefs = false; variable
407 bool TrackLaneMasks, bool TrackUntiedDefs);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterPressure.cpp268 bool TrackLaneMasks, bool TrackUntiedDefs) { in init() argument
276 this->TrackUntiedDefs = TrackUntiedDefs; in init()
290 if (TrackUntiedDefs) in init()
834 if (TrackUntiedDefs) { in recede()
889 assert(!TrackUntiedDefs && "unsupported mode"); in advance()