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

  /external/llvm/tools/bugpoint/
Miscompilation.cpp 386 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions;
388 MisCompFunctions.emplace_back(F->getName(), F->getFunctionType());
396 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
397 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
409 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions;
413 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType());
426 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
427 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
581 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions;
585 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
Miscompilation.cpp 391 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions;
393 MisCompFunctions.emplace_back(F->getName(), F->getFunctionType());
401 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
402 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
414 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions;
419 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType());
432 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
433 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
586 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions;
590 MisCompFunctions.emplace_back(I->getName(), I->getFunctionType())
    [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp 387 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions;
391 MisCompFunctions.push_back(std::make_pair(I->getName(),
411 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
412 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
571 std::vector<std::pair<std::string, FunctionType*> > MisCompFunctions;
575 MisCompFunctions.push_back(std::make_pair(I->getName(),
593 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
594 Function *NewF = ProgClone->getFunction(MisCompFunctions[i].first);
    [all...]

Completed in 80 milliseconds