Searched refs:PartDef (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp965 bool PartDef = false; // Partial redefine. local
979 PartDef = true;
984 return std::make_pair(Use || (PartDef && !FullDef), PartDef || FullDef);

Completed in 111 milliseconds