Searched refs:DeadPHICycle (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp506 /// DeadPHICycle - Return true if this PHI node is only used by a PHI node cycle
508 static bool DeadPHICycle(PHINode *PN, function
522 return DeadPHICycle(PU, PotentiallyDeadPHIs);
814 if (DeadPHICycle(PU, PotentiallyDeadPHIs))

Completed in 85 milliseconds