Searched refs:MemOperands (Results 1 – 2 of 2) sorted by relevance
6 # the pass examines MemOperands the IR is required for the original bug to
1071 SmallVector<MachineMemOperand *, 2> MemOperands; in parse() local1078 MemOperands.push_back(MemOp); in parse()1119 if (!MemOperands.empty()) in parse()1120 MI->setMemRefs(MF, MemOperands); in parse()