Searched defs:LoadValue (Results 1 – 2 of 2) sorted by relevance
281 struct LoadValue { struct in __anon3c8d93f80311::EarlyCSE282 Instruction *DefInst;283 unsigned Generation;284 int MatchingId;285 bool IsAtomic;286 bool IsInvariant;287 LoadValue() in LoadValue() function290 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument
366 struct LoadValue { struct in __anon0ca83d900311::EarlyCSE367 Instruction *DefInst = nullptr;368 unsigned Generation = 0;369 int MatchingId = -1;370 bool IsAtomic = false;373 LoadValue(Instruction *Inst, unsigned Generation, unsigned MatchingId, in LoadValue() argument