Lines Matching refs:getParent
28 if (Function *F = getParent()) in getValueSymbolTable()
80 assert(getParent() == 0 && "BasicBlock still linked into the program!"); in ~BasicBlock()
86 if (getParent()) in setParent()
92 if (getParent()) in setParent()
97 getParent()->getBasicBlockList().remove(this); in removeFromParent()
101 getParent()->getBasicBlockList().erase(this); in eraseFromParent()
107 MovePos->getParent()->getBasicBlockList().splice(MovePos, in moveBefore()
108 getParent()->getBasicBlockList(), this); in moveBefore()
115 MovePos->getParent()->getBasicBlockList().splice(++I, in moveAfter()
116 getParent()->getBasicBlockList(), this); in moveAfter()
306 getParent(), InsertBefore); in splitBasicBlock()