Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1156 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()
[all …]