Searched refs:computeLiveness (Results 1 – 2 of 2) sorted by relevance
74 computeLiveness(AnalysisDeclContext &analysisContext, bool killAtAssign);102 return computeLiveness(analysisContext, true); in create()116 return computeLiveness(analysisContext, false); in create()
523 LiveVariables::computeLiveness(AnalysisDeclContext &AC, bool killAtAssign) { in computeLiveness() function in LiveVariables