Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstIterator.h61 : BBs(&m.getBasicBlockList()), BB(BBs->begin()) { // begin ctor in InstIterator()
69 : BBs(&m.getBasicBlockList()), BB(BBs->end()) { // end ctor in InstIterator()
HDFunction.h792 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function
793 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDBasicBlock.cpp274 getParent()->getBasicBlockList().remove(getIterator()); in removeFromParent()
278 return getParent()->getBasicBlockList().erase(getIterator()); in eraseFromParent()