Home
last modified time | relevance | path

Searched refs:computeLiveness (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h74 computeLiveness(AnalysisDeclContext &analysisContext, bool killAtAssign);
102 return computeLiveness(analysisContext, true); in create()
116 return computeLiveness(analysisContext, false); in create()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp523 LiveVariables::computeLiveness(AnalysisDeclContext &AC, bool killAtAssign) { in computeLiveness() function in LiveVariables