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

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

Completed in 43 milliseconds