Home
last modified time | relevance | path

Searched refs:HasPHI (Results 1 – 4 of 4) 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineCSE.cpp447 bool HasPHI = false; in isProfitableToCSE() local
449 HasPHI |= UseMI.isPHI(); in isProfitableToCSE()
454 return !HasPHI; in isProfitableToCSE()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMIRParser.cpp325 bool HasPHI = false; in computeFunctionProperties() local
330 HasPHI = true; in computeFunctionProperties()
335 if (!HasPHI) in computeFunctionProperties()