Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp82 getParent()->getInstList().remove(getIterator()); in removeFromParent()
94 return getParent()->getInstList().erase(getIterator()); in eraseFromParent()
112 DestParent->getInstList().insertAfter(InsertPos->getIterator(), this); in insertAfter()
130 BB.getInstList().insert(InsertPos, this); in insertBefore()
217 BB.getInstList().splice(I, getParent()->getInstList(), getIterator()); in moveBeforeImpl()
H A DBasicBlock.cpp1054 getInstList().splice(Dest, Src->getInstList(), First, Last); in splice()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DBasicBlock.h517 const InstListType &getInstList() const { return InstList; } in getInstList() function
518 InstListType &getInstList() { return InstList; } in getInstList() function