Home
last modified time | relevance | path

Searched refs:canReassign (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.h124 bool canReassign(const LiveInterval &VirtReg, MCRegister FromReg) const;
H A DRegAllocEvictionAdvisor.cpp267 (!EnableLocalReassign || !canReassign(*Intf, PhysReg))) { in canEvictInterferenceBasedOnCost()
H A DMLRegallocEvictAdvisor.cpp
H A DMLRegAllocEvictAdvisor.cpp656 (!EnableLocalReassign || !canReassign(*Intf, PhysReg))); in loadInterferenceFeatures()
H A DRegAllocGreedy.cpp455 bool RegAllocEvictionAdvisor::canReassign(const LiveInterval &VirtReg, in canReassign() function in RegAllocEvictionAdvisor