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

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 782 Function *newMain =
793 I = newMain->arg_begin(), E = newMain->arg_end(),
800 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 776 Function *newMain = Function::Create(oldMain->getFunctionType(),
787 I = newMain->arg_begin(), E = newMain->arg_end(),
794 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
Miscompilation.cpp 797 Function *newMain =
807 for (Function::arg_iterator I = newMain->arg_begin(),
808 E = newMain->arg_end(),
816 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
    [all...]
  /external/deqp-deps/glslang/Test/
runtests 139 $EXE -g -D -Od -e newMain -g --amb --aml --fua --hlsl-iomap --nsf --spirv-val --sib 1 --ssb 2 --sbb 3 --stb 4 --suavb 5 --sub 6 \

Completed in 133 milliseconds