Lines Matching refs:codeReplacer
1123 BasicBlock *codeReplacer, in emitCallAndSwitchStatement() argument
1157 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement()
1174 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement()
1183 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
1184 new StoreInst(StructValues[i], GEP, codeReplacer); in emitCallAndSwitchStatement()
1195 if (codeReplacer->getParent()->getSubprogram()) { in emitCallAndSwitchStatement()
1199 codeReplacer->getInstList().push_back(call); in emitCallAndSwitchStatement()
1221 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
1228 codeReplacer); in emitCallAndSwitchStatement()
1241 codeReplacer, 0, codeReplacer); in emitCallAndSwitchStatement()
1635 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(), in extractCodeRegion() local
1703 constructFunction(inputs, outputs, header, newFuncRoot, codeReplacer, in extractCodeRegion()
1712 BFI->setBlockFreq(codeReplacer, EntryFreq.getFrequency()); in extractCodeRegion()
1716 emitCallAndSwitchStatement(newFunction, codeReplacer, inputs, outputs); in extractCodeRegion()
1731 calculateNewCallTerminatorWeights(codeReplacer, ExitWeights, BPI); in extractCodeRegion()
1752 PN.setIncomingBlock(i, codeReplacer); in extractCodeRegion()