Searched refs:isRegUsedInInstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/CodeGen/
H A DRegAllocFast.cpp130 bool isRegUsedInInstr(unsigned PhysReg) const { function in class:__anon2307::RAFast
441 if (isRegUsedInInstr(PhysReg)) {
540 if (PhysRegState[PhysReg] == regFree && !isRegUsedInInstr(PhysReg)) {

Completed in 60 milliseconds