Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DOptimizePHIs.cpp55 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
133 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle() function in OptimizePHIs
148 if (!UseMI.isPHI() || !IsDeadPHICycle(&UseMI, PHIsInCycle)) in IsDeadPHICycle()
183 if (IsDeadPHICycle(MI, PHIsInCycle)) { in OptimizeBB()