Searched refs:stmtsToLiveness (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp89 llvm::DenseMap<const Stmt *, LiveVariables::LivenessValues> stmtsToLiveness; member in class:__anon3719::LiveVariablesImpl
182 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
186 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
467 stmtsToLiveness[S] = val;

Completed in 73 milliseconds