Searched defs:ValueAndContext (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h185 struct ValueAndContext : public std::pair<Value *, const Instruction *> { struct in namespace:llvm::AA
187 ValueAndContext(const Base &B) : Base(B) {} function in struct:llvm::AA::ValueAndContext
188 ValueAndContext(Value &V, const Instruction *CtxI) : Base(&V, CtxI) {} function in struct:llvm::AA::ValueAndContext
189 ValueAndContext(Value &V, const Instruction &CtxI) : Base(&V, &CtxI) {} function in struct:llvm::AA::ValueAndContext
[all...]

Completed in 139 milliseconds