LLVM 20.0.0git
|
#include "llvm/Transforms/IPO/Attributor.h"
Public Types | |
using | Base = std::pair< Value *, const Instruction * > |
Public Member Functions | |
ValueAndContext (const Base &B) | |
ValueAndContext (Value &V, const Instruction *CtxI) | |
ValueAndContext (Value &V, const Instruction &CtxI) | |
Value * | getValue () const |
const Instruction * | getCtxI () const |
Definition at line 186 of file Attributor.h.
using llvm::AA::ValueAndContext::Base = std::pair<Value *, const Instruction *> |
Definition at line 187 of file Attributor.h.
Definition at line 188 of file Attributor.h.
|
inline |
Definition at line 189 of file Attributor.h.
|
inline |
Definition at line 190 of file Attributor.h.
|
inline |
Definition at line 193 of file Attributor.h.
|
inline |
Definition at line 192 of file Attributor.h.