Searched refs:InspectMemInstr (Results 1 – 1 of 1) sorted by relevance
138 class InspectMemInstr { class140 InspectMemInstr(bool ForbidMemInstr_) : ForbidMemInstr(ForbidMemInstr_) {} in InspectMemInstr() function in __anon27a8e2d60111::InspectMemInstr141 virtual ~InspectMemInstr() = default;162 class NoMemInstr : public InspectMemInstr {164 NoMemInstr() : InspectMemInstr(true) {} in NoMemInstr()171 class LoadFromStackOrConst : public InspectMemInstr {173 LoadFromStackOrConst() : InspectMemInstr(false) {} in LoadFromStackOrConst()181 class MemDefsUses : public InspectMemInstr {250 InspectMemInstr &IM) const;256 RegDefsUses &RegDU, InspectMemInstr &IM, Iter Slot,[all …]