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

/external/llvm/include/llvm/IR/
H A DBasicBlock.h76 typedef iplist<Instruction> InstListType; typedef in class:llvm::BasicBlock
78 InstListType InstList;
100 typedef InstListType::iterator iterator;
101 typedef InstListType::const_iterator const_iterator;
102 typedef InstListType::reverse_iterator reverse_iterator;
103 typedef InstListType::const_reverse_iterator const_reverse_iterator;
219 const InstListType &getInstList() const { return InstList; }
220 InstListType &getInstList() { return InstList; }

Completed in 104 milliseconds