Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DPHIElimination.cpp100 bool isLiveOutPastPHIs(Register Reg, const MachineBasicBlock *MBB);
794 bool ShouldSplit = isLiveOutPastPHIs(Reg, PreMBB); in SplitPHIEdges()
851 bool PHIEliminationImpl::isLiveOutPastPHIs(Register Reg, in isLiveOutPastPHIs() function in PHIEliminationImpl