LLVM 17.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 180 of file Attributor.h.
using llvm::AA::ValueAndContext::Base = std::pair<Value *, const Instruction *> |
Definition at line 181 of file Attributor.h.
Definition at line 182 of file Attributor.h.
|
inline |
Definition at line 183 of file Attributor.h.
|
inline |
Definition at line 184 of file Attributor.h.
|
inline |
Definition at line 187 of file Attributor.h.
Referenced by llvm::AA::isValidAtPosition().
|
inline |
Definition at line 186 of file Attributor.h.
Referenced by llvm::AA::isValidAtPosition().