Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDOptimizePHIs.cpp60 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
142 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle() function in OptimizePHIs
156 if (!UseMI.isPHI() || !IsDeadPHICycle(&UseMI, PHIsInCycle)) in IsDeadPHICycle()
195 if (IsDeadPHICycle(MI, PHIsInCycle)) { in OptimizeBB()