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

/external/llvm/lib/CodeGen/
H A DMachineCSE.cpp390 bool HasPHI = false; local
395 HasPHI |= Use->isPHI();
399 if (!HasPHI)

Completed in 520 milliseconds