Searched refs:InspectMemInstr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp100 class InspectMemInstr { class in namespace:__anon26049
102 InspectMemInstr(bool ForbidMemInstr_) function in class:__anon26049::InspectMemInstr
109 virtual ~InspectMemInstr() {}
124 class NoMemInstr : public InspectMemInstr {
126 NoMemInstr() : InspectMemInstr(true) {}
132 class LoadFromStackOrConst : public InspectMemInstr {
134 LoadFromStackOrConst() : InspectMemInstr(false) {}
141 class MemDefsUses : public InspectMemInstr {
203 InspectMemInstr &IM) const;
209 RegDefsUses &RegDU, InspectMemInstr
[all...]

Completed in 240 milliseconds