Lines Matching defs:RA
289 MLEvictAdvisor(const MachineFunction &MF, const RAGreedy &RA,
397 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override {
409 MF, RA, Runner.get(),
433 DevelopmentModeEvictAdvisor(const MachineFunction &MF, const RAGreedy &RA,
437 : MLEvictAdvisor(MF, RA, Runner, MBFI, Loops), Log(Log) {}
542 getAdvisor(const MachineFunction &MF, const RAGreedy &RA) override {
548 MF, RA, Runner.get(),
572 MLEvictAdvisor::MLEvictAdvisor(const MachineFunction &MF, const RAGreedy &RA,
576 : RegAllocEvictionAdvisor(MF, RA), DefaultAdvisor(MF, RA),
615 unsigned Cascade = RA.getExtraInfo().getCascadeOrCurrentNext(VirtReg.reg());
639 if (RA.getExtraInfo().getStage(*Intf) == RS_Done)
648 unsigned IntfCascade = RA.getExtraInfo().getCascade(Intf->reg());
777 static_cast<float>(RA.getQueueSize()) / InitialQSize;
873 MaxStage, static_cast<int64_t>(RA.getExtraInfo().getStage(LI)));
875 MinStage, static_cast<int64_t>(RA.getExtraInfo().getStage(LI)));