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

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 787 Function *oldMainProto = Function::Create(oldMain->getFunctionType(),
801 CallInst *call = CallInst::Create(oldMainProto, args, "", BB);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 781 Function *oldMainProto = Function::Create(oldMain->getFunctionType(),
795 CallInst *call = CallInst::Create(oldMainProto, args, "", BB);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
Miscompilation.cpp 802 Function *oldMainProto = Function::Create(oldMain->getFunctionType(),
817 CallInst *call = CallInst::Create(oldMainProto, args, "", BB);
    [all...]

Completed in 522 milliseconds