HomeSort by relevance Sort by last modified time
    Searched refs:codeReplacer (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 411 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer,
433 &codeReplacer->getParent()->front().front());
450 &codeReplacer->getParent()->front().front());
459 codeReplacer->getInstList().push_back(GEP);
461 codeReplacer->getInstList().push_back(SI);
468 codeReplacer->getInstList().push_back(call);
484 codeReplacer->getInstList().push_back(GEP);
491 codeReplacer->getInstList().push_back(load);
503 codeReplacer, 0, codeReplacer);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 375 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer,
397 codeReplacer->getParent()->begin()->begin());
414 codeReplacer->getParent()->begin()->begin());
424 codeReplacer->getInstList().push_back(GEP);
426 codeReplacer->getInstList().push_back(SI);
433 codeReplacer->getInstList().push_back(call);
450 codeReplacer->getInstList().push_back(GEP);
457 codeReplacer->getInstList().push_back(load);
469 codeReplacer, 0, codeReplacer);
    [all...]

Completed in 66 milliseconds