Lines Matching defs:Load
42 STATISTIC(NumCSELoad, "Number of load instructions CSE'd");
287 /// a fully redundant load. In addition to the most recent load, we keep
385 : Load(false), Store(false), Vol(false), MayReadFromMemory(false),
395 Load = Info.ReadMem;
403 Load = true;
412 bool isLoad() { return Load; }
425 bool Load;
525 // If this is a non-volatile load, process it.
536 // If we have an available version of this load, and if it is the right
543 DEBUG(dbgs() << "EarlyCSE CSE LOAD: " << *Inst
562 // Load/store intrinsics will indicate both a read and a write to