Lines Matching full:interference
213 /// Add interference edges between overlapping vregs.
214 class Interference : public PBQPRAConstraint { class
253 // for the fast interference graph construction algorithm. The last is there
363 // interference edges. in apply()
369 // intersect: there is obviously no interference. in apply()
391 // Create an Interference edge and add it to the graph, unless it is
393 // interference. This case occurs frequently between integer and floating
635 // vregLI overlaps fixed regunit interference. in initializeGraph()
636 bool Interference = false; in initializeGraph() local
639 Interference = true; in initializeGraph()
643 if (Interference) in initializeGraph()
841 ConstraintsRoot->addConstraint(std::make_unique<Interference>()); in runOnMachineFunction()