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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp218 /// \p UserChainTail Outputs the tail of UserChain so that we can
221 User *&UserChainTail, const DominatorTree *DT);
691 User *&UserChainTail,
699 UserChainTail = nullptr;
704 UserChainTail = Extractor.UserChain.back();
935 User *UserChainTail; local
937 ConstantOffsetExtractor::Extract(OldIdx, GEP, UserChainTail, DT);
943 RecursivelyDeleteTriviallyDeadInstructions(UserChainTail);
690 Extract(Value *Idx, GetElementPtrInst *GEP, User *&UserChainTail, const DominatorTree *DT) argument

Completed in 50 milliseconds