Lines Matching refs:codeReplacer
1156 BasicBlock *codeReplacer, in emitCallAndSwitchStatement() argument
1192 codeReplacer->getParent()->front().begin()); in emitCallAndSwitchStatement()
1212 : codeReplacer->getParent()->front().begin()); in emitCallAndSwitchStatement()
1230 GEP->insertInto(codeReplacer, codeReplacer->end()); in emitCallAndSwitchStatement()
1231 new StoreInst(StructValues[i], GEP, codeReplacer); in emitCallAndSwitchStatement()
1244 if (codeReplacer->getParent()->getSubprogram()) { in emitCallAndSwitchStatement()
1248 call->insertInto(codeReplacer, codeReplacer->end()); in emitCallAndSwitchStatement()
1268 GEP->insertInto(codeReplacer, codeReplacer->end()); in emitCallAndSwitchStatement()
1277 codeReplacer); in emitCallAndSwitchStatement()
1290 codeReplacer, 0, codeReplacer); in emitCallAndSwitchStatement()
1785 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(), in extractCodeRegion() local
1788 codeReplacer->IsNewDbgInfoFormat = oldFunction->IsNewDbgInfoFormat; in extractCodeRegion()
1860 constructFunction(inputs, outputs, header, newFuncRoot, codeReplacer, in extractCodeRegion()
1869 BFI->setBlockFreq(codeReplacer, EntryFreq); in extractCodeRegion()
1873 emitCallAndSwitchStatement(newFunction, codeReplacer, inputs, outputs); in extractCodeRegion()
1888 calculateNewCallTerminatorWeights(codeReplacer, ExitWeights, BPI); in extractCodeRegion()
1909 PN.setIncomingBlock(i, codeReplacer); in extractCodeRegion()