Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DTailDuplication.cpp329 static bool isDefLiveOut(unsigned Reg, MachineBasicBlock *BB, in isDefLiveOut() function
401 if (isDefLiveOut(DefReg, TailBB, MRI) || RegsUsedByPhi.count(DefReg)) in ProcessPHI()
435 if (isDefLiveOut(Reg, TailBB, MRI) || UsedByPhi.count(Reg)) in DuplicateInstruction()