Searched refs:UserChainTail (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
238 User *&UserChainTail, const DominatorTree *DT);
737 User *&UserChainTail,
745 UserChainTail = nullptr;
750 UserChainTail = Extractor.UserChain.back();
982 User *UserChainTail; local
984 ConstantOffsetExtractor::Extract(OldIdx, GEP, UserChainTail, DT);
990 RecursivelyDeleteTriviallyDeadInstructions(UserChainTail);
736 Extract(Value *Idx, GetElementPtrInst *GEP, User *&UserChainTail, const DominatorTree *DT) argument

Completed in 100 milliseconds