Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp401 Value *UniqueValue = nullptr; in insertUniqueBackedgeBlock() local
410 if (!UniqueValue) in insertUniqueBackedgeBlock()
411 UniqueValue = IV; in insertUniqueBackedgeBlock()
412 else if (UniqueValue != IV) in insertUniqueBackedgeBlock()
435 NewPN->replaceAllUsesWith(UniqueValue); in insertUniqueBackedgeBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp624 MemoryAccess *UniqueValue = nullptr; in updatePhisWhenInsertingUniqueBackedgeBlock() local
631 if (!UniqueValue) in updatePhisWhenInsertingUniqueBackedgeBlock()
632 UniqueValue = IV; in updatePhisWhenInsertingUniqueBackedgeBlock()
633 else if (UniqueValue != IV) in updatePhisWhenInsertingUniqueBackedgeBlock()