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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp281 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
590 distributeExtsAndCloneChain(UserChain.size() - 1);
604 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { function in class:ConstantOffsetExtractor
617 return distributeExtsAndCloneChain(ChainIndex - 1);
625 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1);
646 "distributeExtsAndCloneChain clones each BinaryOperator in "

Completed in 54 milliseconds