Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DInlineSpiller.cpp221 bool canGuaranteeAssignmentAfterRemat(Register VReg, MachineInstr &MI);
531 bool InlineSpiller::canGuaranteeAssignmentAfterRemat(Register VReg, in canGuaranteeAssignmentAfterRemat() function in InlineSpiller
619 if (!canGuaranteeAssignmentAfterRemat(VirtReg.reg(), MI)) { in reMaterializeFor()