Lines Matching defs:codeReplacer
1156 BasicBlock *codeReplacer,
1192 codeReplacer->getParent()->front().begin());
1212 : codeReplacer->getParent()->front().begin());
1230 GEP->insertInto(codeReplacer, codeReplacer->end());
1231 new StoreInst(StructValues[i], GEP, codeReplacer);
1244 if (codeReplacer->getParent()->getSubprogram()) {
1248 call->insertInto(codeReplacer, codeReplacer->end());
1268 GEP->insertInto(codeReplacer, codeReplacer->end());
1277 codeReplacer);
1290 codeReplacer, 0, codeReplacer);
1785 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(),
1788 codeReplacer->IsNewDbgInfoFormat = oldFunction->IsNewDbgInfoFormat;
1860 constructFunction(inputs, outputs, header, newFuncRoot, codeReplacer,
1869 BFI->setBlockFreq(codeReplacer, EntryFreq);
1873 emitCallAndSwitchStatement(newFunction, codeReplacer, inputs, outputs);
1888 calculateNewCallTerminatorWeights(codeReplacer, ExitWeights, BPI);
1907 // Ensure that there is only one incoming value from codeReplacer.
1909 PN.setIncomingBlock(i, codeReplacer);