HomeSort by: relevance | last modified time | path
    Searched defs:MarkLive (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 144 void GlobalDCEPass::MarkLive(GlobalValue &GV,
154 MarkLive(*CM.second, Updates); // Recursion depth is only two because only
326 MarkLive(GO);
336 MarkLive(GA);
346 MarkLive(GIF);
358 MarkLive(*GVD, &NewLiveGVs);
DeadArgumentElimination.cpp 492 MarkLive(F);
500 MarkLive(F);
525 MarkLive(F);
542 MarkLive(F);
561 MarkLive(F);
660 MarkLive(RA);
667 MarkLive(RA);
679 /// MarkLive - Mark the given Function as alive, meaning that it cannot be
683 void DeadArgumentEliminationPass::MarkLive(const Function &F) {
696 /// MarkLive - Mark the given return value or argument as live. Additionally
    [all...]

Completed in 42 milliseconds