sets-interfere? ( seq1 seq2 -- merged/f ? )


Vocabulary
compiler.cfg.ssa.interference

Inputs
seq1a sequence
seq2a sequence


Outputs
merged/fan object
?a boolean


Word description
Checks if two sets consisting of vreg-info instances interfere with each other. If they interfere, then copies can not be eliminated.

Definition