Searched refs:LiveFunctions (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DDeadArgumentElimination.h116 LiveFuncSet LiveFunctions; member in class:llvm::DeadArgumentEliminationPass
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp362 if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
685 LiveFunctions.insert(&F);
698 if (LiveFunctions.count(RA.F))
732 if (LiveFunctions.count(F))

Completed in 77 milliseconds