Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DTailDuplication.cpp344 static bool isDefLiveOut(unsigned Reg, MachineBasicBlock *BB, in isDefLiveOut() function
412 if (isDefLiveOut(DefReg, TailBB, MRI) || RegsUsedByPhi.count(DefReg)) in ProcessPHI()
446 if (isDefLiveOut(Reg, TailBB, MRI) || UsedByPhi.count(Reg)) in DuplicateInstruction()