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

/external/llvm/lib/CodeGen/
H A DMachineInstr.cpp1091 bool PartDef = false; // Partial redefine. local
1105 PartDef = true;
1110 return std::make_pair(Use || (PartDef && !FullDef), PartDef || FullDef);

Completed in 75 milliseconds