Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegisterPressure.h375 bool TrackUntiedDefs = false; variable
405 bool TrackLaneMasks, bool TrackUntiedDefs);
/openbsd-src/gnu/llvm/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()
842 if (TrackUntiedDefs) { in recede()
897 assert(!TrackUntiedDefs && "unsupported mode"); in advance()