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

/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp1023 bool FullDef = false; // Full define. local
1038 FullDef = true;
1041 return std::make_pair(Use || (PartDef && !FullDef), PartDef || FullDef);

Completed in 105 milliseconds