Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp304 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
666 distributeExtsAndCloneChain(UserChain.size() - 1); in rebuildWithoutConstOffset()
680 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { in distributeExtsAndCloneChain() function in ConstantOffsetExtractor
694 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
702 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()