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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp303 Value *distributeExtsAndCloneChain(unsigned ChainIndex);
635 distributeExtsAndCloneChain(UserChain.size() - 1);
649 ConstantOffsetExtractor::distributeExtsAndCloneChain(unsigned ChainIndex) { function in class:ConstantOffsetExtractor
663 return distributeExtsAndCloneChain(ChainIndex - 1);
671 Value *NextInChain = distributeExtsAndCloneChain(ChainIndex - 1);
692 "distributeExtsAndCloneChain clones each BinaryOperator in "

Completed in 68 milliseconds