HomeSort by relevance Sort by last modified time
    Searched refs:LiveValues (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 119 LiveSet LiveValues;
409 /// MarkIfNotLive - This checks Use for liveness in LiveValues. If Use is not
414 if (LiveFunctions.count(Use.F) || LiveValues.count(Use))
527 // any callers use the return value. This fills in the LiveValues set and Uses
707 if (!LiveValues.insert(RA).second)
732 // that are not in LiveValues. Transform the function and all of the callees of
761 if (LiveValues.erase(Arg)) {
815 if (LiveValues.erase(Ret)) {
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 3293 milliseconds