Home
last modified time | relevance | path

Searched refs:codeReplacer (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1157 &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
1712 BFI->setBlockFreq(codeReplacer, EntryFreq.getFrequency()); in extractCodeRegion()
[all …]