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