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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterScavenging.cpp685 bool NextInstructionReadsVReg = false; local
692 if (NextInstructionReadsVReg) {
715 NextInstructionReadsVReg = false;
731 NextInstructionReadsVReg = true;

Completed in 89 milliseconds