HomeSort by relevance Sort by last modified time
    Searched defs:InstList (Results 1 - 4 of 4) sorted by null

  /external/llvm/utils/TableGen/
CodeEmitterGen.cpp 294 std::vector<std::string> &InstList = IE->second;
296 for (int i = 0, N = InstList.size(); i < N; i++) {
298 o << " case " << InstList[i] << ":";
  /external/llvm/include/llvm/IR/
BasicBlock.h 71 InstListType InstList;
220 inline iterator begin() { return InstList.begin(); }
221 inline const_iterator begin() const { return InstList.begin(); }
222 inline iterator end () { return InstList.end(); }
223 inline const_iterator end () const { return InstList.end(); }
225 inline reverse_iterator rbegin() { return InstList.rbegin(); }
226 inline const_reverse_iterator rbegin() const { return InstList.rbegin(); }
227 inline reverse_iterator rend () { return InstList.rend(); }
228 inline const_reverse_iterator rend () const { return InstList.rend(); }
230 inline size_t size() const { return InstList.size();
    [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp     [all...]
CodeGenPrepare.cpp     [all...]

Completed in 134 milliseconds