Lines Matching refs:VirtRegMap
129 void initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, Spiller &VRegSpiller);
133 MachineFunction &MF, LiveIntervals &LIS, VirtRegMap &VRM,
140 VirtRegMap &VRM,
146 VirtRegMap &VRM) const;
517 au.addRequired<VirtRegMap>(); in getAnalysisUsage()
518 au.addPreserved<VirtRegMap>(); in getAnalysisUsage()
553 void RegAllocPBQP::initializeGraph(PBQPRAGraph &G, VirtRegMap &VRM, in initializeGraph()
630 VirtRegMap &VRM, Spiller &VRegSpiller) { in spillVReg()
656 VirtRegMap &VRM, in mapPBQPToRegAlloc()
695 VirtRegMap &VRM) const { in finalizeAlloc()
730 VirtRegMap &VRM = getAnalysis<VirtRegMap>(); in runOnMachineFunction()