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

  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 117 void moveCodeToFunction(Function *newFunction);
119 void emitCallAndSwitchStatement(Function *newFunction,
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 345 Function *newFunction = Function::Create(funcType,
351 newFunction->setDoesNotThrow();
353 newFunction->getBasicBlockList().push_back(newRootNode);
356 Function::arg_iterator AI = newFunction->arg_begin();
366 TerminatorInst *TI = newFunction->begin()->getTerminator();
383 AI = newFunction->arg_begin();
402 return newFunction;
422 emitCallAndSwitchStatement(Function *newFunction, BasicBlock *codeReplacer,
428 LLVMContext &Context = newFunction->getContext();
458 Type *StructArgTy = StructType::get(newFunction->getContext(), ArgTypes)
    [all...]

Completed in 140 milliseconds