Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp281 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
590 distributeExtsAndCloneChain(UserChain.size() - 1); in rebuildWithoutConstOffset()
604 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { in distributeExtsAndCloneChain() function in ConstantOffsetExtractor
617 return distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()
625 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1); in distributeExtsAndCloneChain()