Lines Matching refs:codeReplacer
1144 BasicBlock *codeReplacer, in emitCallAndSwitchStatement() argument
1180 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement()
1200 : &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement()
1211 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
1212 new StoreInst(StructValues[i], GEP, codeReplacer); in emitCallAndSwitchStatement()
1225 if (codeReplacer->getParent()->getSubprogram()) { in emitCallAndSwitchStatement()
1229 codeReplacer->getInstList().push_back(call); in emitCallAndSwitchStatement()
1249 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
1258 codeReplacer); in emitCallAndSwitchStatement()
1271 codeReplacer, 0, codeReplacer); in emitCallAndSwitchStatement()
1705 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(), in extractCodeRegion() local
1773 constructFunction(inputs, outputs, header, newFuncRoot, codeReplacer, in extractCodeRegion()
1782 BFI->setBlockFreq(codeReplacer, EntryFreq.getFrequency()); in extractCodeRegion()
1786 emitCallAndSwitchStatement(newFunction, codeReplacer, inputs, outputs); in extractCodeRegion()
1801 calculateNewCallTerminatorWeights(codeReplacer, ExitWeights, BPI); in extractCodeRegion()
1822 PN.setIncomingBlock(i, codeReplacer); in extractCodeRegion()