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

/external/llvm/include/llvm/
H A DBasicBlock.h74 typedef iplist<Instruction> InstListType; typedef in class:llvm::BasicBlock
76 InstListType InstList;
96 typedef InstListType::iterator iterator;
97 typedef InstListType::const_iterator const_iterator;
204 const InstListType &getInstList() const { return InstList; }
205 InstListType &getInstList() { return InstList; }

Completed in 73 milliseconds