Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocEvictionAdvisor.h124 Register canReassign(const LiveInterval &VirtReg, Register PrevReg) const;
DRegAllocEvictionAdvisor.cpp266 (!EnableLocalReassign || !canReassign(*Intf, PhysReg))) { in canEvictInterferenceBasedOnCost()
DMLRegallocEvictAdvisor.cpp635 (!EnableLocalReassign || !canReassign(*Intf, PhysReg))); in loadInterferenceFeatures()
DRegAllocGreedy.cpp447 Register RegAllocEvictionAdvisor::canReassign(const LiveInterval &VirtReg, in canReassign() function in RegAllocEvictionAdvisor