Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLoopSimplify.cpp679 Value *UniqueValue = 0; in InsertUniqueBackedgeBlock() local
688 if (UniqueValue == 0) in InsertUniqueBackedgeBlock()
689 UniqueValue = IV; in InsertUniqueBackedgeBlock()
690 else if (UniqueValue != IV) in InsertUniqueBackedgeBlock()
713 NewPN->replaceAllUsesWith(UniqueValue); in InsertUniqueBackedgeBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp392 Value *UniqueValue = nullptr; in insertUniqueBackedgeBlock() local
401 if (!UniqueValue) in insertUniqueBackedgeBlock()
402 UniqueValue = IV; in insertUniqueBackedgeBlock()
403 else if (UniqueValue != IV) in insertUniqueBackedgeBlock()
426 NewPN->replaceAllUsesWith(UniqueValue); in insertUniqueBackedgeBlock()
/external/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp403 Value *UniqueValue = nullptr; in insertUniqueBackedgeBlock() local
412 if (!UniqueValue) in insertUniqueBackedgeBlock()
413 UniqueValue = IV; in insertUniqueBackedgeBlock()
414 else if (UniqueValue != IV) in insertUniqueBackedgeBlock()
437 NewPN->replaceAllUsesWith(UniqueValue); in insertUniqueBackedgeBlock()