Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstIterator.h61 : BBs(&m.getBasicBlockList()), BB(BBs->begin()) { // begin ctor in InstIterator()
69 : BBs(&m.getBasicBlockList()), BB(BBs->end()) { // end ctor in InstIterator()
H A DFunction.h727 const BasicBlockListType &getBasicBlockList() const { return BasicBlocks; } in getBasicBlockList() function
728 BasicBlockListType &getBasicBlockList() { return BasicBlocks; } in getBasicBlockList() function
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DBasicBlock.cpp129 getParent()->getBasicBlockList().remove(getIterator()); in removeFromParent()
133 return getParent()->getBasicBlockList().erase(getIterator()); in eraseFromParent()
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1663 See the method [llvm::Function::getBasicBlockList]. *)