Searched refs:getInstList (Results 1 – 4 of 4) sorted by relevance
11 instruction list (returned by getInstList()) that is a ValueHolder of 35 instruction list (which can be found by grep'ing for getInstList()) will 38 getInstList()) so that all of the code doesn't have to change.
382 const InstListType &getInstList() const { return InstList; } in getInstList() function383 InstListType &getInstList() { return InstList; } in getInstList() function
479 getInstList().splice(ToIt, FromBB->getInstList(), FromBeginIt, FromEndIt); in splice()
79 getParent()->getInstList().remove(getIterator()); in removeFromParent()83 return getParent()->getInstList().erase(getIterator()); in eraseFromParent()103 return ParentBB->getInstList().insert(It, this); in insertInto()