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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp575 static bool DeadPHICycle(PHINode *PN, function
589 return DeadPHICycle(PU, PotentiallyDeadPHIs);
893 if (DeadPHICycle(PU, PotentiallyDeadPHIs))
/external/swiftshader/third_party/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);
818 if (DeadPHICycle(PU, PotentiallyDeadPHIs))

Completed in 77 milliseconds