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

/freebsd-10.1-release/contrib/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);
816 if (DeadPHICycle(PU, PotentiallyDeadPHIs))

Completed in 47 milliseconds