Lines Matching defs:RA
296 MLEvictAdvisor(const MachineFunction &MF, const RAGreedy &RA,
420 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override {
432 MF, RA, Runner.get(),
456 DevelopmentModeEvictAdvisor(const MachineFunction &MF, const RAGreedy &RA,
460 : MLEvictAdvisor(MF, RA, Runner, MBFI, Loops), Log(Log) {}
565 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override {
571 MF, RA, Runner.get(),
594 MLEvictAdvisor::MLEvictAdvisor(const MachineFunction &MF, const RAGreedy &RA,
598 : RegAllocEvictionAdvisor(MF, RA), DefaultAdvisor(MF, RA),
637 unsigned Cascade = RA.getExtraInfo().getCascadeOrCurrentNext(VirtReg.reg());
661 if (RA.getExtraInfo().getStage(*Intf) == RS_Done)
670 unsigned IntfCascade = RA.getExtraInfo().getCascade(Intf->reg());
809 static_cast<float>(RA.getQueueSize()) / InitialQSize;
921 MaxStage, static_cast<int64_t>(RA.getExtraInfo().getStage(LI)));
923 MinStage, static_cast<int64_t>(RA.getExtraInfo().getStage(LI)));