Home
last modified time | relevance | path

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

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