Home
last modified time | relevance | path

Searched refs:CurrFunc (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp1439 Function *CurrFunc = Worklist.back(); in run() local
1442 if (CurrFunc->use_empty()) in run()
1445 std::pair<bool, Function *> Result = unswitchFunction(*CurrFunc); in run()