Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DPartialInlining.cpp1445 Function *CurrFunc = Worklist.back(); in run() local
1448 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()