Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp423 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer, in emitCallAndSwitchStatement() argument
445 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement()
462 &codeReplacer->getParent()->front().front()); 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()
710 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(), in extractCodeRegion() local
[all …]