Searched refs:should_have_inlined (Results 1 – 1 of 1) sorted by relevance
184 bool should_have_inlined = (callee_name.find("$inline$") != std::string::npos); in Run() local185 CHECK(!should_have_inlined) << "Could not inline " << callee_name; in Run()