Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp914 &codeReplacer->getParent()->front().front()); in emitCallAndSwitchStatement()
941 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
943 codeReplacer->getInstList().push_back(SI); in emitCallAndSwitchStatement()
954 if (codeReplacer->getParent()->getSubprogram()) { in emitCallAndSwitchStatement()
958 codeReplacer->getInstList().push_back(call); in emitCallAndSwitchStatement()
975 codeReplacer->getInstList().push_back(GEP); in emitCallAndSwitchStatement()
982 codeReplacer->getInstList().push_back(load); in emitCallAndSwitchStatement()
1028 codeReplacer, 0, codeReplacer); in emitCallAndSwitchStatement()
1320 BasicBlock *codeReplacer = BasicBlock::Create(header->getContext(), in extractCodeRegion() local
1381 BFI->setBlockFreq(codeReplacer, EntryFreq.getFrequency()); in extractCodeRegion()
[all …]