Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1176 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement()
1214 GEP->insertInto(codeReplacer, codeReplacer->end()); in emitCallAndSwitchStatement()
1215 new StoreInst(StructValues[i], GEP, codeReplacer); in emitCallAndSwitchStatement()
1228 if (codeReplacer->getParent()->getSubprogram()) { in emitCallAndSwitchStatement()
1232 call->insertInto(codeReplacer, codeReplacer->end()); in emitCallAndSwitchStatement()
1252 GEP->insertInto(codeReplacer, codeReplacer->end()); in emitCallAndSwitchStatement()
1261 codeReplacer); in emitCallAndSwitchStatement()
1274 codeReplacer, 0, codeReplacer); in emitCallAndSwitchStatement()
1751 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(), in extractCodeRegion() local
1831 BFI->setBlockFreq(codeReplacer, EntryFreq); in extractCodeRegion()
[all …]