Searched refs:unswitchFunction (Results 1 – 1 of 1) sorted by relevance
207 std::pair<bool, Function *> unswitchFunction(Function &F);1232 std::pair<bool, Function *> PartialInlinerImpl::unswitchFunction(Function &F) { in unswitchFunction() function in PartialInlinerImpl1445 std::pair<bool, Function *> Result = unswitchFunction(*CurrFunc); in run()