Searched refs:newFuncRoot (Results 1 – 1 of 1) sorted by relevance
1602 BasicBlock *newFuncRoot = in emitFunctionBody() local1610 cast<Instruction>(II)->moveBefore(*newFuncRoot, in emitFunctionBody()1611 newFuncRoot->getFirstInsertionPt()); in emitFunctionBody()1616 AI->moveBefore(*newFuncRoot, newFuncRoot->getFirstInsertionPt()); in emitFunctionBody()1634 StructArgTy, AggArg, Idx, "gep_" + inputs[i]->getName(), newFuncRoot); in emitFunctionBody()1637 "loadgep_" + inputs[i]->getName(), newFuncRoot); in emitFunctionBody()1748 PN->setIncomingBlock(i, newFuncRoot); in emitFunctionBody()1752 BranchInst *BranchI = BranchInst::Create(header, newFuncRoot); in emitFunctionBody()