Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp599 static bool DeadPHICycle(PHINode *PN, in DeadPHICycle() function
613 return DeadPHICycle(PU, PotentiallyDeadPHIs); in DeadPHICycle()
907 if (DeadPHICycle(PU, PotentiallyDeadPHIs)) in visitPHINode()