Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
679 distributeExtsAndCloneChain(UserChain.size() - 1); in rebuildWithoutConstOffset()
693 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { in distributeExtsAndCloneChain() function in ConstantOffsetExtractor
707 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
715 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()