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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp235 /// \p UserChainTail Outputs the tail of UserChain so that we can
236 /// garbage-collect unused instructions in UserChain.
253 /// successful, returns C and update UserChain as a def-use chain from C to V;
254 /// otherwise, UserChain is empty.
273 /// index I' according to UserChain produced by function "find".
289 /// offset, distribute s/zext to the operands of all operators in UserChain.
293 /// The function also updates UserChain to point to new subexpressions after
294 /// distributing s/zext. e.g., the old UserChain of the above example is
296 /// and the new UserChain is
300 /// \p ChainIndex The index to UserChain
329 SmallVector<User *, 8> UserChain; member in class:__anon5722::ConstantOffsetExtractor
[all...]

Completed in 133 milliseconds