Searched defs:InstListType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/IR/
H A DBasicBlock.h56 typedef SymbolTableList<Instruction> InstListType; typedef in class:llvm::BasicBlock
59 InstListType InstList;
81 typedef InstListType::iterator iterator;
82 typedef InstListType::const_iterator const_iterator;
83 typedef InstListType::reverse_iterator reverse_iterator;
84 typedef InstListType::const_reverse_iterator const_reverse_iterator;
240 const InstListType &getInstList() const { return InstList; }
241 InstListType &getInstList() { return InstList; }
244 static InstListType BasicBlock::*getSublistAccess(Instruction*) {

Completed in 89 milliseconds