Searched refs:canAllocatePhysReg (Results 1 – 5 of 5) sorted by relevance
135 bool canAllocatePhysReg(unsigned CostPerUseLimit, MCRegister PhysReg) const;
299 if (!canAllocatePhysReg(CostPerUseLimit, PhysReg) || in tryFindEvictionCandidate()
712 if (!canAllocatePhysReg(CostPerUseLimit, PhysReg)) { in tryFindEvictionCandidate()
557 bool RegAllocEvictionAdvisor::canAllocatePhysReg(unsigned CostPerUseLimit, in canAllocatePhysReg() function in RegAllocEvictionAdvisor