Lines Matching defs:Live
155 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) {
156 if (Live.isLive(D))
267 const LiveVariables::LivenessValues &Live) {
276 if (!isLive(Live, VD) &&
287 const LiveVariables::LivenessValues& Live) {
289 CheckVarDecl(VD, DR, Val, dsk, Live);
316 const LiveVariables::LivenessValues &Live) override {
355 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live);
369 CheckDeclRef(DR, U, DeadIncrement, Live);
402 if (!isLive(Live, V) &&