Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp965 bool PartDef = false; // Partial redefine. in readsWritesVirtualRegister() local
979 PartDef = true; in readsWritesVirtualRegister()
984 return std::make_pair(Use || (PartDef && !FullDef), PartDef || FullDef); in readsWritesVirtualRegister()