Home
last modified time | relevance | path

Searched refs:hasPreferredPhys (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDVirtRegMap.h130 bool hasPreferredPhys(unsigned VirtReg);
/NextBSD/contrib/llvm/lib/CodeGen/
HDVirtRegMap.cpp84 bool VirtRegMap::hasPreferredPhys(unsigned VirtReg) { in hasPreferredPhys() function in VirtRegMap
HDRegAllocGreedy.cpp756 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg); in canEvictInterference()