Searched refs:InspectMemInstr (Results 1 – 1 of 1) sorted by relevance
140 class InspectMemInstr { class142 InspectMemInstr(bool ForbidMemInstr_) : ForbidMemInstr(ForbidMemInstr_) {} in InspectMemInstr() function in __anon27a8e2d60111::InspectMemInstr143 virtual ~InspectMemInstr() = default;164 class NoMemInstr : public InspectMemInstr {166 NoMemInstr() : InspectMemInstr(true) {} in NoMemInstr()173 class LoadFromStackOrConst : public InspectMemInstr {175 LoadFromStackOrConst() : InspectMemInstr(false) {} in LoadFromStackOrConst()183 class MemDefsUses : public InspectMemInstr {255 InspectMemInstr &IM) const;261 RegDefsUses &RegDU, InspectMemInstr &IM, Iter Slot,[all …]