Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPHIElimination.cpp91 bool isLiveOutPastPHIs(unsigned Reg, const MachineBasicBlock *MBB);
580 bool ShouldSplit = isLiveOutPastPHIs(Reg, PreMBB); in SplitPHIEdges()
634 bool PHIElimination::isLiveOutPastPHIs(unsigned Reg, in isLiveOutPastPHIs() function in PHIElimination