Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp422 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, in emitCallAndSwitchStatement() argument
444 codeReplacer->getParent()->begin()->begin()); in emitCallAndSwitchStatement()
462 codeReplacer->getParent()->begin()->begin()); in emitCallAndSwitchStatement()
471 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
473 codeReplacer->getInstList().push_back(SI); in emitCallAndSwitchStatement()
480 codeReplacer->getInstList().push_back(call); in emitCallAndSwitchStatement()
496 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
503 codeReplacer->getInstList().push_back(load); in emitCallAndSwitchStatement()
515 codeReplacer, 0, codeReplacer); in emitCallAndSwitchStatement()
706 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(), in extractCodeRegion() local
[all …]