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