HomeSort by relevance Sort by last modified time
    Searched full:codereplacer (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 376 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer,
398 codeReplacer->getParent()->begin()->begin());
415 codeReplacer->getParent()->begin()->begin());
425 codeReplacer->getInstList().push_back(GEP);
427 codeReplacer->getInstList().push_back(SI);
434 codeReplacer->getInstList().push_back(call);
451 codeReplacer->getInstList().push_back(GEP);
458 codeReplacer->getInstList().push_back(load);
470 codeReplacer, 0, codeReplacer);
    [all...]

Completed in 320 milliseconds