Searched defs:IsEquivalentPHI (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
H A DSSAUpdater.cpp71 /// IsEquivalentPHI - Check if PHI has the same incoming value as specified
73 static bool IsEquivalentPHI(PHINode *PHI, function
173 if (IsEquivalentPHI(SomePHI, ValueMapping))
/external/llvm/lib/Transforms/Utils/
H A DSSAUpdater.cpp65 static bool IsEquivalentPHI(PHINode *PHI, function
144 if (IsEquivalentPHI(SomePHI, ValueMapping))

Completed in 253 milliseconds