Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h130 bool hasPreferredPhys(unsigned VirtReg);
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp84 bool VirtRegMap::hasPreferredPhys(unsigned VirtReg) { in hasPreferredPhys() function in VirtRegMap
DRegAllocGreedy.cpp777 bool BreaksHint = VRM->hasPreferredPhys(Intf->reg); in canEvictInterference()