Searched refs:getBasicBlockList (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstIterator.h61 : BBs(&m.getBasicBlockList()), BB(BBs->begin()) { // begin ctor
69 : BBs(&m.getBasicBlockList()), BB(BBs->end()) { // end ctor
H A DFunction.h771 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } function in class:llvm::Function
772 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } function in class:llvm::Function
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp312 getParent()->getBasicBlockList().remove(getIterator());
316 return getParent()->getBasicBlockList().erase(getIterator());

Completed in 130 milliseconds