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