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

/freebsd-10.1-release/contrib/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp123 LiveFuncSet LiveFunctions; member in class:__anon2688::DAE
427 if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
678 LiveFunctions.insert(&F);
691 if (LiveFunctions.count(RA.F))
724 if (LiveFunctions.count(F))

Completed in 164 milliseconds