Lines Matching defs:MiscompiledFunctions

307                          std::vector<Function*> &MiscompiledFunctions,
316 MiscompiledFunctions,
407 // All of the Function*'s in the MiscompiledFunctions list are in the old
410 MiscompiledFunctions.clear();
415 MiscompiledFunctions.push_back(NewF);
522 std::vector<Function*> &MiscompiledFunctions,
527 for (unsigned i = 0, e = MiscompiledFunctions.size(); i != e; ++i)
528 for (Function::iterator I = MiscompiledFunctions[i]->begin(),
529 E = MiscompiledFunctions[i]->end(); I != E; ++I)
538 bool Ret = ReduceMiscompiledBlocks(BD, TestFn, MiscompiledFunctions)
546 MiscompiledFunctions).reduceList(Blocks, Error);
556 MiscompiledFunctions,
591 MiscompiledFunctions.clear();
596 MiscompiledFunctions.push_back(NewF);
615 std::vector<Function*> MiscompiledFunctions;
619 MiscompiledFunctions.push_back(I);
623 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
627 return MiscompiledFunctions;
630 << (MiscompiledFunctions.size() == 1 ? " is" : "s are")
632 PrintFunctionList(MiscompiledFunctions);
639 bool Ret = ExtractLoops(BD, TestFn, MiscompiledFunctions, Error);
641 return MiscompiledFunctions;
649 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
652 return MiscompiledFunctions;
655 << (MiscompiledFunctions.size() == 1 ? " is" : "s are")
657 PrintFunctionList(MiscompiledFunctions);
663 bool Ret = ExtractBlocks(BD, TestFn, MiscompiledFunctions, Error);
665 return MiscompiledFunctions;
672 ReduceMiscompilingFunctions(BD, TestFn).reduceList(MiscompiledFunctions,
675 return MiscompiledFunctions;
678 << (MiscompiledFunctions.size() == 1 ? " is" : "s are")
680 PrintFunctionList(MiscompiledFunctions);
685 return MiscompiledFunctions;
733 std::vector<Function *> MiscompiledFunctions =
743 MiscompiledFunctions,