Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineCSE.cpp325 bool HasPHI = false; in isProfitableToCSE() local
330 HasPHI |= Use->isPHI(); in isProfitableToCSE()
334 if (!HasPHI) in isProfitableToCSE()
/external/llvm/lib/CodeGen/
DMachineCSE.cpp424 bool HasPHI = false; in isProfitableToCSE() local
427 HasPHI |= MI.isPHI(); in isProfitableToCSE()
431 if (!HasPHI) in isProfitableToCSE()