Searched refs:getNodeParent (Results 1 – 10 of 10) sorted by relevance
337 const ParentTy *getNodeParent() const { in getNodeParent() function349 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getPrevNode()363 getNodeParent()->*(ParentTy::getSublistAccess((NodeTy *)nullptr)); in getNextNode()
61 inline const ParentTy *getNodeParent() const {68 inline ParentTy *getNodeParent() {
43 BasicBlock *BBIterator::getNodeParent() const { in getNodeParent() function in llvm::sandboxir::BBIterator44 llvm::BasicBlock *Parent = const_cast<BBIterator *>(this)->It.getNodeParent(); in getNodeParent()
64 LLVM_ABI BasicBlock *getNodeParent() const;
38 BasicBlock *getBasicBlock() const { return InsertAt.getNodeParent(); } in getBasicBlock()
423 BasicBlock *BB = To.getNodeParent(); in notifyMoveInstr()430 assert(To.getNodeParent() == I->getParent() && in notifyMoveInstr()
38 I->moveBefore(*Where.getNodeParent(), Where); in cluster()
63 BasicBlock *getBasicBlock() { return InsertAt.getNodeParent(); }
68 I->insertInto(InsertPt.getNodeParent(), InsertPt); in InsertHelper()
43 BasicBlock *BB = InsertIt.getNodeParent(); in Instruction()