Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DOptimizePHIs.cpp53 bool IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle);
128 bool OptimizePHIs::IsDeadPHICycle(MachineInstr *MI, InstrSet &PHIsInCycle) { in IsDeadPHICycle() function in OptimizePHIs
145 if (!UseMI->isPHI() || !IsDeadPHICycle(UseMI, PHIsInCycle)) in IsDeadPHICycle()
180 if (IsDeadPHICycle(MI, PHIsInCycle)) { in OptimizeBB()