Home | History | Annotate | Download | only in CodeGen

Lines Matching full:allocation

40     cl::desc("Disable pre-register allocation tail duplication"));
57 cl::desc("Enable optimized register allocation compilation path."));
496 // Run register allocation and passes that are tightly coupled with it,
511 /// Add passes that optimize machine instructions after register allocation.
584 /// Register Allocation Pass Configuration
616 /// the optimized or unoptimized allocation path. This will be added to the pass
621 /// allocation may still override this for per-target regalloc
630 /// Find and instantiate the register allocation pass requested by this target
655 /// register allocation. No coalescing or scheduling.
661 printAndVerify("After Register Allocation");
665 /// optimized register allocation, including coalescing, machine instruction
666 /// scheduling, and register allocation itself.
702 // Add the selected register allocation pass.
704 printAndVerify("After Register Allocation, before rewriter");
732 /// Add passes that optimize machine instructions after register allocation.