Lines Matching defs:operandsToKeep
460 // Recompute `resultsToKeep` and `argsToKeep` based on `operandsToKeep` and
465 BitVector &operandsToKeep,
470 // Recompute `resultsToKeep` and `argsToKeep` based on `operandsToKeep`.
477 operandsToKeep[opOperand->getOperandNumber()];
535 // `operandsToKeep`, and `terminatorOperandsToKeep`.
538 BitVector &operandsToKeep,
545 updateOperandsOrTerminatorOperandsToKeep(operandsToKeep,
557 resultsToKeep, argsToKeep, operandsToKeep,
584 BitVector operandsToKeep;
599 markNonForwardedOperands(operandsToKeep);
606 markValuesToKeep(resultsToKeep, argsToKeep, operandsToKeep,
610 cl.operands.push_back({regionBranchOp, operandsToKeep.flip()});