Searched defs:Live (Results 1 – 3 of 3) sorted by relevance
147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) { in isLive()210 const LiveVariables::LivenessValues &Live) { in CheckVarDecl()230 const LiveVariables::LivenessValues& Live) { in CheckDeclRef()259 const LiveVariables::LivenessValues &Live) override { in observeStmt()
86 enum Liveness { Live, MaybeLive }; enumerator
445 SmallSet<unsigned, 32> Live; in HandlePhysRegDef() local