Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineInstr.cpp1014 bool PartDef = false; // Partial redefine. in readsWritesVirtualRegister() local
1028 PartDef = true; in readsWritesVirtualRegister()
1033 return std::make_pair(Use || (PartDef && !FullDef), PartDef || FullDef); in readsWritesVirtualRegister()