Lines Matching full:allocation
40 cl::desc("Disable pre-register allocation tail duplication"));
60 cl::desc("Enable optimized register allocation compilation path."));
478 // Run register allocation and passes that are tightly coupled with it,
493 /// Add passes that optimize machine instructions after register allocation.
566 /// Register Allocation Pass Configuration
598 /// the optimized or unoptimized allocation path. This will be added to the pass
603 /// allocation may still override this for per-target regalloc
612 /// Find and instantiate the register allocation pass requested by this target
637 /// register allocation. No coalescing or scheduling.
643 printAndVerify("After Register Allocation");
647 /// optimized register allocation, including coalescing, machine instruction
648 /// scheduling, and register allocation itself.
684 // Add the selected register allocation pass.
686 printAndVerify("After Register Allocation, before rewriter");
722 /// Add passes that optimize machine instructions after register allocation.