Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1121 BasicBlock *codeReplacer, in emitCallAndSwitchStatement() argument
1155 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement()
1172 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement()
1181 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
1182 new StoreInst(StructValues[i], GEP, codeReplacer); in emitCallAndSwitchStatement()
1193 if (codeReplacer->getParent()->getSubprogram()) { in emitCallAndSwitchStatement()
1197 codeReplacer->getInstList().push_back(call); in emitCallAndSwitchStatement()
1219 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
1226 codeReplacer); in emitCallAndSwitchStatement()
1239 codeReplacer, 0, codeReplacer); in emitCallAndSwitchStatement()
[all …]