Home | History | Annotate | Download | only in IR

Lines Matching refs:InstList

85   InstList.clear();
90 InstList.setSymTabObject(&Parent, parent);
125 if (InstList.empty()) return nullptr;
126 return dyn_cast<TerminatorInst>(&InstList.back());
130 if (InstList.empty()) return nullptr;
131 return dyn_cast<TerminatorInst>(&InstList.back());
135 if (InstList.empty())
137 ReturnInst *RI = dyn_cast<ReturnInst>(&InstList.back());
138 if (!RI || RI == &InstList.front())
166 if (InstList.empty())
168 auto *RI = dyn_cast<ReturnInst>(&InstList.back());
169 if (!RI || RI == &InstList.front())
287 if (InstList.empty()) return;
376 assert(I != InstList.end() &&