Searched refs:AvailableValue (Results 1 – 4 of 4) sorted by relevance
156 struct llvm::gvn::AvailableValue { struct in llvm::gvn171 static AvailableValue get(Value *V, unsigned Offset = 0) { in get() argument172 AvailableValue Res; in get()179 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() argument180 AvailableValue Res; in getMI()187 static AvailableValue getLoad(LoadInst *LI, unsigned Offset = 0) { in getLoad() argument188 AvailableValue Res; in getLoad()195 static AvailableValue getUndef() { in getUndef() argument196 AvailableValue Res; in getUndef()236 AvailableValue AV;[all …]
123 struct llvm::gvn::AvailableValue { struct in llvm::gvn138 static AvailableValue get(Value *V, unsigned Offset = 0) { in get() argument139 AvailableValue Res; in get()146 static AvailableValue getMI(MemIntrinsic *MI, unsigned Offset = 0) { in getMI() argument147 AvailableValue Res; in getMI()154 static AvailableValue getLoad(LoadInst *LI, unsigned Offset = 0) { in getLoad() argument155 AvailableValue Res; in getLoad()162 static AvailableValue getUndef() { in getUndef() argument163 AvailableValue Res; in getUndef()203 AvailableValue AV;[all …]
35 struct AvailableValue;195 Value *Address, gvn::AvailableValue &Res);
58 struct AvailableValue;254 Value *Address, gvn::AvailableValue &Res);