Searched defs:MarkLive (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp147 void MarkLive(const RetOrArg &RA);
148 void MarkLive(const Function &F);
481 MarkLive(F);
486 MarkLive(F);
502 MarkLive(F);
509 MarkLive(F);
578 case Live: MarkLive(RA); break;
591 /// MarkLive - Mark the given Function as alive, meaning that it cannot be
595 void DAE::MarkLive(const Function &F) { function in class:DAE
607 /// MarkLive
610 void DAE::MarkLive(const RetOrArg &RA) { function in class:DAE
[all...]

Completed in 24 milliseconds