Searched refs:getBasicBlockList (Results 1 – 4 of 4) 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()
727 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function728 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function
129 getParent()->getBasicBlockList().remove(getIterator()); in removeFromParent()133 return getParent()->getBasicBlockList().erase(getIterator()); in eraseFromParent()
1663 See the method [llvm::Function::getBasicBlockList]. *)