Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Interference

184 /// @brief Add interference edges between overlapping vregs.
185 class Interference : public PBQPRAConstraint {
225 // for the fast interference graph construction algorithm. The last is there
335 // interference edges.
341 // intersect: there is obviously no interference.
364 // Create an Interference edge and add it to the graph, unless it is
366 // interference. This case occurs frequently between integer and floating
595 // vregLI overlaps fixed regunit interference.
596 bool Interference = false;
599 Interference = true;
603 if (Interference)
782 ConstraintsRoot->addConstraint(llvm::make_unique<Interference>());