Searched refs:getBasicBlockList (Results 1 – 3 of 3) sorted by relevance
61 : BBs(&m.getBasicBlockList()), BB(BBs->begin()) { // begin ctor in InstIterator()69 : BBs(&m.getBasicBlockList()), BB(BBs->end()) { // end ctor in InstIterator()
771 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function772 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function
312 getParent()->getBasicBlockList().remove(getIterator()); in removeFromParent()316 return getParent()->getBasicBlockList().erase(getIterator()); in eraseFromParent()