Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineCSE.cpp423 bool HasPHI = false; in isProfitableToCSE() local
426 HasPHI |= MI.isPHI(); in isProfitableToCSE()
430 if (!HasPHI) in isProfitableToCSE()