Lines Matching defs:MisCompFunctions
390 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions;
392 MisCompFunctions.emplace_back(std::string(F->getName()),
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(std::string(I->getName()),
433 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
434 Function *NewF = ToNotOptimize->getFunction(MisCompFunctions[i].first);
587 std::vector<std::pair<std::string, FunctionType *>> MisCompFunctions;
591 MisCompFunctions.emplace_back(std::string(I->getName()),
600 for (unsigned i = 0, e = MisCompFunctions.size(); i != e; ++i) {
601 Function *NewF = ProgClone->getFunction(MisCompFunctions[i].first);