Searched refs:CurrFunc (Results 1 – 1 of 1) sorted by relevance
1445 Function *CurrFunc = Worklist.back(); in run() local1448 if (CurrFunc->use_empty()) in run()1452 for (User *U : CurrFunc->users()) in run()1454 if (I->getParent()->getParent() == CurrFunc) { in run()1461 std::pair<bool, Function * > Result = unswitchFunction(CurrFunc); in run()