Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp302 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
680 distributeExtsAndCloneChain(UserChain.size() - 1); in rebuildWithoutConstOffset()
694 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { in distributeExtsAndCloneChain() function in ConstantOffsetExtractor
708 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
716 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()