Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp181 unsigned DupPHI = LookForIdenticalPHI(BB, PredValues); in GetValueInMiddleOfBlock() local
182 if (DupPHI) in GetValueInMiddleOfBlock()
183 return DupPHI; in GetValueInMiddleOfBlock()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineSSAUpdater.cpp180 unsigned DupPHI = LookForIdenticalPHI(BB, PredValues); in GetValueInMiddleOfBlock() local
181 if (DupPHI) in GetValueInMiddleOfBlock()
182 return DupPHI; in GetValueInMiddleOfBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineSSAUpdater.cpp184 unsigned DupPHI = LookForIdenticalPHI(BB, PredValues); in GetValueInMiddleOfBlock() local
185 if (DupPHI) in GetValueInMiddleOfBlock()
186 return DupPHI; in GetValueInMiddleOfBlock()